[Checkins] SVN: zope.dublincore/trunk/ fixed egg download URL and description

Thomas Lotze tl at gocept.com
Wed Jul 25 08:06:08 EDT 2007


Log message for revision 78323:
  fixed egg download URL and description

Changed:
  U   zope.dublincore/trunk/buildout.cfg
  U   zope.dublincore/trunk/setup.py

-=-
Modified: zope.dublincore/trunk/buildout.cfg
===================================================================
--- zope.dublincore/trunk/buildout.cfg	2007-07-25 12:03:05 UTC (rev 78322)
+++ zope.dublincore/trunk/buildout.cfg	2007-07-25 12:06:08 UTC (rev 78323)
@@ -5,4 +5,4 @@
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = zope.dublincore [test]
+eggs = zope.dublincore #[test]

Modified: zope.dublincore/trunk/setup.py
===================================================================
--- zope.dublincore/trunk/setup.py	2007-07-25 12:03:05 UTC (rev 78322)
+++ zope.dublincore/trunk/setup.py	2007-07-25 12:06:08 UTC (rev 78323)
@@ -21,9 +21,9 @@
 setup(
     name="zope.dublincore",
     version = '3.4.0b1',
-    url='http://svn.zope.org/zope.dublincorew',
+    url='http://svn.zope.org/zope.dublincore',
     license='ZPL 2.1',
-    description='Zope dottedname',
+    description='Zope Dublin Core implementation',
     author='Zope Corporation and Contributors',
     author_email='zope3-dev at zope.org',
 



More information about the Checkins mailing list