[Checkins] SVN: zopyx.pypitrashfinder/trunk/setup.py updated

Andreas Jung andreas at andreas-jung.com
Tue Dec 29 10:43:30 EST 2009


Log message for revision 107273:
  updated
  

Changed:
  U   zopyx.pypitrashfinder/trunk/setup.py

-=-
Modified: zopyx.pypitrashfinder/trunk/setup.py
===================================================================
--- zopyx.pypitrashfinder/trunk/setup.py	2009-12-29 15:42:36 UTC (rev 107272)
+++ zopyx.pypitrashfinder/trunk/setup.py	2009-12-29 15:43:30 UTC (rev 107273)
@@ -3,7 +3,7 @@
 
 version = '0.1.0'
 
-setup(name='zopyx.findtrashonpypi',
+setup(name='zopyx.trashfinder',
       version=version,
       description="Find package trash on PyPI",
       long_description=open("README.txt").read() + "\n" +
@@ -15,7 +15,7 @@
       keywords='Trash Crap PyPI',
       author='Andreas Jung',
       author_email='info at zopyx.com',
-      url='',
+      url='http://pypi.python.org/pypi/zopyx.trashfinder',
       license='ZPL',
       packages=find_packages(exclude=['ez_setup']),
       namespace_packages=['zopyx'],



More information about the checkins mailing list