mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Revert project URL in setup.py to GitHub
This commit is contained in:
parent
4b386026da
commit
f176792f09
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -66,7 +66,7 @@ setup(
|
|||
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||
],
|
||||
platforms = ['any'],
|
||||
url = 'http://packages.python.org/django-analytical/',
|
||||
url = 'http://github.com/jcassee/django-analytical',
|
||||
download_url = 'http://github.com/jcassee/django-analytical/archives/master',
|
||||
cmdclass = cmdclass,
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue