mirror of
https://github.com/django-components/django-components.git
synced 2025-11-26 00:41:54 +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
|
|
@ -17,7 +17,7 @@ A way to create simple reusable template components in Django.
|
||||||
|
|
||||||
Install the app into your environment:
|
Install the app into your environment:
|
||||||
|
|
||||||
> ```pip install git+https://github.com/EmilStenstrom/django-components.git#egg=django_components```
|
> ```pip install django_reusable_components```
|
||||||
|
|
||||||
Then add the app into INSTALLED APPS in settings.py
|
Then add the app into INSTALLED APPS in settings.py
|
||||||
|
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -6,7 +6,7 @@ from setuptools import setup
|
||||||
VERSION = '0.1'
|
VERSION = '0.1'
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='django_components',
|
name='django_reusable_components',
|
||||||
packages=["django_components"],
|
packages=["django_components"],
|
||||||
version=VERSION,
|
version=VERSION,
|
||||||
description='A way to create simple reusable template components in Django.',
|
description='A way to create simple reusable template components in Django.',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue