[Checkins] SVN: grok/branches/0.10/setup.py Remove the version requirements. Remove line where a doc.txt file

Jan-Wijbrand Kolman janwijbrand at gmail.com
Wed Oct 10 10:00:03 EDT 2007


Log message for revision 80792:
  Remove the version requirements. Remove line where a doc.txt file 
  was written.

Changed:
  U   grok/branches/0.10/setup.py

-=-
Modified: grok/branches/0.10/setup.py
===================================================================
--- grok/branches/0.10/setup.py	2007-10-10 13:44:39 UTC (rev 80791)
+++ grok/branches/0.10/setup.py	2007-10-10 14:00:03 UTC (rev 80792)
@@ -13,8 +13,6 @@
     '********\n'
     )
 
-open('doc.txt', 'w').write(long_description)
-
 setup(
     name='grok',
     version='0.10',
@@ -41,11 +39,10 @@
                       'zope.app.authentication',
                       'zope.app.catalog',
                       'zope.app.component',
-                      'zope.app.container == 3.5.0.a1',
+                      'zope.app.container',
                       'zope.app.folder',
                       'zope.app.intid',
-                      # not binary, but needed for ZODB 3.8.0b2
-                      'zope.app.keyreference == 3.4.0a1',
+                      'zope.app.keyreference',
                       'zope.app.pagetemplate',
                       'zope.app.publication',
                       'zope.app.publisher',
@@ -63,17 +60,17 @@
                       'zope.formlib',
                       'zope.hookable',
                       'zope.i18nmessageid',
-                      'zope.interface == 3.4.0',
+                      'zope.interface',
                       'zope.lifecycleevent',
                       'zope.pagetemplate',
-                      'zope.proxy == 3.4.0',
+                      'zope.proxy',
                       'zope.publisher',
                       'zope.schema',
-                      'zope.security == 3.4.0b5',
+                      'zope.security',
                       'zope.testing',
                       'zope.traversing',
                       'zope.testbrowser',
                       'zc.catalog',
-                      'z3c.flashmessage >=1.0b1',
+                      'z3c.flashmessage',
                       ],
 )



More information about the Checkins mailing list