mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
Fix setup.py to point at the correct URL.
This commit is contained in:
parent
761651e61a
commit
2fc9a006a2
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -82,7 +82,7 @@ setup(
|
|||
keywords='django,admin',
|
||||
author=author,
|
||||
author_email='pydanny@gmail.com',
|
||||
url='http://github.com/pydanny/django-admin2',
|
||||
url='http://djangoadmin.org',
|
||||
license='MIT',
|
||||
packages=get_packages('djadmin2'),
|
||||
include_package_data=True,
|
||||
|
|
|
|||
Loading…
Reference in a new issue