diff --git a/README.md b/README.md index 762da91b..d2450ac0 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ A way to create simple reusable template components in Django. 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 diff --git a/setup.py b/setup.py index 5c561066..e1303db0 100644 --- a/setup.py +++ b/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.',