Removed homepage URL from python packaging (this broke pip, as usual)

This commit is contained in:
Chris Glass
2011-08-02 14:18:04 +02:00
parent c7cbfc0e23
commit 227810c49f
-1
View File
@@ -8,7 +8,6 @@ setup(
author_email = 'bert.constantin@gmx.de',
maintainer = 'Christopher Glass',
maintainer_email = 'tribaal@gmail.com',
url = 'http://bserve.webhop.org/wiki/django_polymorphic',
packages = [ 'polymorphic' ],
classifiers=[
'Framework :: Django',