mirror of
https://github.com/django-components/django-components.git
synced 2025-07-16 04:54:59 +00:00
Rename package to django_components on PyPI.
This commit is contained in:
parent
f911a73ffb
commit
754fe20dce
2 changed files with 5 additions and 5 deletions
2
setup.py
2
setup.py
|
@ -6,7 +6,7 @@ from setuptools import find_packages, setup
|
|||
VERSION = '0.9'
|
||||
|
||||
setup(
|
||||
name="django_reusable_components",
|
||||
name="django_components",
|
||||
packages=find_packages(exclude=["tests"]),
|
||||
version=VERSION,
|
||||
description="A way to create simple reusable template components in Django.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue