[Checkins] SVN: z3c.recipe.compattest/trunk/setup.py Fix duplicate `url` argument. Why the hell does Python2.5 allow that?

Christian Theune ct at gocept.com
Thu Jan 29 04:25:54 EST 2009


Log message for revision 95390:
  Fix duplicate `url` argument. Why the hell does Python2.5 allow that?
  

Changed:
  U   z3c.recipe.compattest/trunk/setup.py

-=-
Modified: z3c.recipe.compattest/trunk/setup.py
===================================================================
--- z3c.recipe.compattest/trunk/setup.py	2009-01-29 09:23:11 UTC (rev 95389)
+++ z3c.recipe.compattest/trunk/setup.py	2009-01-29 09:25:53 UTC (rev 95390)
@@ -20,7 +20,6 @@
         'Programming Language :: Python',
         'Operating System :: OS Independent',
         'Framework :: Zope3'],
-    url='',
     license='ZPL 2.1',
     packages=find_packages('src'),
     package_dir = {'': 'src'},



More information about the Checkins mailing list