[Checkins] SVN: five.customerize/branches/plone-3.0-branch/ Added	missing dependencies on zope.app.apidoc.
    Hanno Schlichting 
    plone at hannosch.info
       
    Tue Nov 18 15:52:29 EST 2008
    
    
  
Log message for revision 93102:
  Added missing dependencies on zope.app.apidoc.
  
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-18 20:30:39 UTC (rev 93101)
+++ five.customerize/branches/plone-3.0-branch/CHANGES.txt	2008-11-18 20:52:28 UTC (rev 93102)
@@ -4,6 +4,7 @@
 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-18 20:30:39 UTC (rev 93101)
+++ five.customerize/branches/plone-3.0-branch/setup.py	2008-11-18 20:52:28 UTC (rev 93102)
@@ -33,7 +33,8 @@
       platforms = 'Any',
       zip_safe = False,
       install_requires=[
-        'setuptools'
+        'setuptools',
+        'zope.app.apidoc',
       ],
       classifiers = [
         'Development Status :: 5 - Production/Stable',
    
    
More information about the Checkins
mailing list