Skip to content

Commit

Permalink
update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
cesar57927 committed Apr 28, 2016
1 parent f1e235e commit 30416d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
version='2.5.7',
description='A Bootstrap theme for Django Admin',
long_description=open(os.path.join(os.path.dirname(__file__), 'README.md')).read(),
url='https://github.com/hellpanderrr/django-admin-bootstrapped-1.9-compatible',
url='https://github.com/cesar5792/django-admin-bootstrapped-1.9-compatible',
license='BSD License',
platforms=['OS Independent'],
classifiers=CLASSIFIERS,
Expand All @@ -34,7 +34,7 @@
'Django>=1.9',
],
dependencies = [
'https://github.com/hellpanderrr/django-admin-bootstrapped-1.9-compatible.git@master#egg=django_admin_bootstrapped'
'https://github.com/cesar57927/django-admin-bootstrapped-1.9-compatible.git@master#egg=django_admin_bootstrapped'
],
test_suite='django_admin_bootstrapped.runtests.runtests',
packages=find_packages(),
Expand Down

0 comments on commit 30416d3

Please sign in to comment.