[Checkins] SVN: z3c.autoinclude/trunk/setup.py Added required url in setup.py.

Maurits van Rees m.van.rees at zestsoftware.nl
Tue Jan 3 15:08:48 UTC 2012


Log message for revision 123929:
  Added required url in setup.py.

Changed:
  U   z3c.autoinclude/trunk/setup.py

-=-
Modified: z3c.autoinclude/trunk/setup.py
===================================================================
--- z3c.autoinclude/trunk/setup.py	2012-01-03 15:07:01 UTC (rev 123928)
+++ z3c.autoinclude/trunk/setup.py	2012-01-03 15:08:48 UTC (rev 123929)
@@ -15,7 +15,7 @@
       keywords='',
       author='Ethan Jucovy, Robert Marianski, Martijn Faassen',
       author_email='zope-dev at zope.org',
-      url='',
+      url='http://pypi.python.org/pypi/z3c.autoinclude',
       license='ZPL',
       packages=find_packages('src'),
       package_dir={'': 'src'},



More information about the checkins mailing list