[Checkins] SVN: zope.app.zopeappgenerations/trunk/ deps, ext, buildout

Bernd Dorn bernd.dorn at lovelysystems.com
Tue Mar 27 04:36:43 EDT 2007


Log message for revision 73687:
  deps, ext, buildout

Changed:
  _U  zope.app.zopeappgenerations/trunk/
  U   zope.app.zopeappgenerations/trunk/setup.py
  _U  zope.app.zopeappgenerations/trunk/src/zope/app/

-=-

Property changes on: zope.app.zopeappgenerations/trunk
___________________________________________________________________
Name: svn:ignore
   + bin
build
dist
lib
develop-eggs
eggs
parts
.installed.cfg


Modified: zope.app.zopeappgenerations/trunk/setup.py
===================================================================
--- zope.app.zopeappgenerations/trunk/setup.py	2007-03-27 08:32:35 UTC (rev 73686)
+++ zope.app.zopeappgenerations/trunk/setup.py	2007-03-27 08:36:42 UTC (rev 73687)
@@ -31,6 +31,13 @@
       package_dir = {'': 'src'},
       namespace_packages=['zope', 'zope.app'],
       install_requires=['setuptools',
+                        'zope.annotation',
+                        'zope.app.authentication',
+                        'zope.app.component',
+                        'zope.app.generations',
+                        'zope.app.publication',
+                        'zope.copypastemove',
+                        'zope.dublincore',
                         ],
       include_package_data = True,
       zip_safe = False,


Property changes on: zope.app.zopeappgenerations/trunk/src/zope/app
___________________________________________________________________
Name: svn:externals
   + zopeappgenerations svn+ssh://svn.zope.org/repos/main/Zope3/trunk/src/zope/app/zopeappgenerations




More information about the Checkins mailing list