[Checkins] SVN: zope.file/trunk/ Removed not needed install requirement declaration.

Michael Howitz mh at gocept.com
Sun Apr 5 09:35:35 EDT 2009


Log message for revision 98868:
  Removed not needed install requirement declaration.
  

Changed:
  U   zope.file/trunk/CHANGES.txt
  U   zope.file/trunk/setup.py

-=-
Modified: zope.file/trunk/CHANGES.txt
===================================================================
--- zope.file/trunk/CHANGES.txt	2009-04-05 12:40:34 UTC (rev 98867)
+++ zope.file/trunk/CHANGES.txt	2009-04-05 13:35:35 UTC (rev 98868)
@@ -10,7 +10,9 @@
 
 - Made tests compatible with ZODB 3.9.
 
+- Removed not needed install requirement declarations.
 
+
 0.4.0 (2009-01-31)
 ------------------
 

Modified: zope.file/trunk/setup.py
===================================================================
--- zope.file/trunk/setup.py	2009-04-05 12:40:34 UTC (rev 98867)
+++ zope.file/trunk/setup.py	2009-04-05 13:35:35 UTC (rev 98868)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# Copyright (c) 2006 Zope Corporation and Contributors.
+# Copyright (c) 2006-2009 Zope Corporation and Contributors.
 # All Rights Reserved.
 #
 # This software is subject to the provisions of the Zope Public License,
@@ -29,8 +29,7 @@
       long_description=(
           read('README.txt')
           + '\n\n' +
-          'Detailed Documentation\n' +
-          '======================\n\n'
+          '.. contents::'
           + '\n\n' +
           read('src', 'zope', 'file', 'README.txt')
           + '\n\n' +
@@ -65,14 +64,9 @@
                 'zope.app.securitypolicy',
                 'zope.app.zcmlfiles',
                 'zope.testbrowser',
-                'zope.formlib',
                 'zope.app.server']),
      install_requires=['setuptools',
                        'ZODB3',
-                       'zope.app.appsetup',
-                       'zope.app.container',
-                       'zope.app.publication',
-                       'zope.app.wsgi',
                        'zope.container',
                        'zope.event',
                        'zope.interface',



More information about the Checkins mailing list