[Checkins] SVN: zc.sourcefactory/trunk/setup.py - fixed typo and added url

Christian Theune ct at gocept.com
Wed Mar 21 04:16:21 EDT 2007


Log message for revision 73411:
   - fixed typo and added url
  

Changed:
  U   zc.sourcefactory/trunk/setup.py

-=-
Modified: zc.sourcefactory/trunk/setup.py
===================================================================
--- zc.sourcefactory/trunk/setup.py	2007-03-21 08:15:34 UTC (rev 73410)
+++ zc.sourcefactory/trunk/setup.py	2007-03-21 08:16:20 UTC (rev 73411)
@@ -5,8 +5,9 @@
     version="0.1",
     author="Zope Corporation and Contributors",
     author_email="zope3-dev at zope.org",
+    url="http://svn.zope.org/zc.sourcefactory",
 
-    long_description="An easy way to create custom Zope 3 sources."
+    long_description="An easy way to create custom Zope 3 sources.",
 
     packages=find_packages('src'),
     package_dir={'':'src'},



More information about the Checkins mailing list