Revert project URL in setup.py to GitHub

This commit is contained in:
Joost Cassee 2011-01-31 09:14:01 +01:00
parent 4b386026da
commit f176792f09

View file

@ -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,
)