From 227810c49f60474721f7f7a8bca33fdd1c7d69bd Mon Sep 17 00:00:00 2001 From: Chris Glass Date: Tue, 2 Aug 2011 14:18:04 +0200 Subject: [PATCH] Removed homepage URL from python packaging (this broke pip, as usual) --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index c297787..740d206 100644 --- a/setup.py +++ b/setup.py @@ -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',