[Checkins] SVN: five.customerize/branches/plone-3.0-branch/ Revert declaration of dependencies on this branch

Hanno Schlichting plone at hannosch.info
Thu Nov 27 05:45:41 EST 2008


Log message for revision 93384:
  Revert declaration of dependencies on this branch
  

Changed:
  U   five.customerize/branches/plone-3.0-branch/CHANGES.txt
  U   five.customerize/branches/plone-3.0-branch/setup.py

-=-
Modified: five.customerize/branches/plone-3.0-branch/CHANGES.txt
===================================================================
--- five.customerize/branches/plone-3.0-branch/CHANGES.txt	2008-11-27 10:44:30 UTC (rev 93383)
+++ five.customerize/branches/plone-3.0-branch/CHANGES.txt	2008-11-27 10:45:41 UTC (rev 93384)
@@ -4,8 +4,8 @@
 five.customerize 0.4 (unreleased)
 ---------------------------------
 
-Added missing dependencies on zope.app.apidoc.
 
+
 five.customerize 0.3 (2008/07/07)
 ---------------------------------
 

Modified: five.customerize/branches/plone-3.0-branch/setup.py
===================================================================
--- five.customerize/branches/plone-3.0-branch/setup.py	2008-11-27 10:44:30 UTC (rev 93383)
+++ five.customerize/branches/plone-3.0-branch/setup.py	2008-11-27 10:45:41 UTC (rev 93384)
@@ -34,7 +34,6 @@
       zip_safe = False,
       install_requires=[
         'setuptools',
-        'zope.app.apidoc',
       ],
       classifiers = [
         'Development Status :: 5 - Production/Stable',
@@ -49,7 +48,5 @@
         'Topic :: Software Development :: Libraries :: Python Modules',
         'Topic :: Internet :: WWW/HTTP :: Site Management',
       ],
-      long_description = """\
-        """,
 )
 



More information about the Checkins mailing list