diff --git a/README.rst b/README.rst index 6c2371af..5d6029f5 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,7 @@ Requirements Installation ------------ -1. Download it from PyPi with ``pip install django-admin-bootstrapped`` +1. Download it from PyPi with ``pip install tendenci-django-admin-bootstrapped`` 2. Add into the ``INSTALLED_APPS`` **before** ``'django.contrib.admin'``: :: diff --git a/setup.py b/setup.py index 6bdace50..40ab24a9 100644 --- a/setup.py +++ b/setup.py @@ -19,10 +19,10 @@ setup( author="Riccardo Forina", author_email="riccardo@forina.me", - maintainer="Riccardo Magliocchetti", - maintainer_email="riccardo.magliocchetti@gmail.com", - name='django-admin-bootstrapped', - version='2.5.8', + maintainer="Tendenci", + maintainer_email="programmers@tendenci.com", + name='tendenci-django-admin-bootstrapped', + version='3.0', description='A Bootstrap theme for Django Admin', long_description=open(os.path.join(os.path.dirname(__file__), 'README.rst')).read(), url='https://github.com/tendenci/django-admin-bootstrapped',