mirror of
https://github.com/django-components/django-components.git
synced 2025-11-25 16:39:11 +00:00
Rename package and upload to pypi.
This commit is contained in:
parent
de59992288
commit
5356546efd
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -6,7 +6,7 @@ from setuptools import setup
|
|||
VERSION = '0.1'
|
||||
|
||||
setup(
|
||||
name='django_components',
|
||||
name='django_reusable_components',
|
||||
packages=["django_components"],
|
||||
version=VERSION,
|
||||
description='A way to create simple reusable template components in Django.',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue