[Checkins] SVN: zc.relationship/trunk/setup.py head is 2.0.

Gary Poster gary at zope.com
Wed Jul 4 11:34:37 EDT 2007


Log message for revision 77398:
  head is 2.0.

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

-=-
Modified: zc.relationship/trunk/setup.py
===================================================================
--- zc.relationship/trunk/setup.py	2007-07-04 15:33:06 UTC (rev 77397)
+++ zc.relationship/trunk/setup.py	2007-07-04 15:34:36 UTC (rev 77398)
@@ -2,7 +2,7 @@
 
 setup(
     name="zc.relationship",
-    version="1.1a1",
+    version="2.0dev",
     packages=find_packages('src'),
     include_package_data=True,
     package_dir= {'':'src'},
@@ -32,5 +32,6 @@
         'zope.app.testing', # TODO remove this
         'zope.app.component', # TODO remove this
         'zope.testing',
+        'setuptools',
         ],
     )



More information about the Checkins mailing list