Skip to content

Commit

Permalink
update README and setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyq committed Sep 30, 2019
1 parent c06460c commit 8812ab6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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'``:

::
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
setup(
author="Riccardo Forina",
author_email="[email protected]",
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',
Expand Down

0 comments on commit 8812ab6

Please sign in to comment.