[Subversion] / PEAK / setup.py  

Diff of /PEAK/setup.py

Parent Directory | Revision Log

version 1170, Sat Jun 7 19:30:26 2003 UTC version 1203, Tue Jun 24 21:45:21 2003 UTC
Line 22 
Line 22 
   
 packages = [  packages = [
     'peak', 'peak.api', 'peak.binding', 'peak.config', 'peak.model',      'peak', 'peak.api', 'peak.binding', 'peak.config', 'peak.model',
     'peak.naming', 'peak.naming.factories', 'peak.running',      'peak.naming', 'peak.naming.factories', 'peak.running', 'peak.security',
     'peak.storage', 'peak.util', 'protocols',      'peak.storage', 'peak.util', 'protocols',
 ]  ]
   
Line 51 
Line 51 
     packages += [      packages += [
         'peak.tests', 'peak.binding.tests', 'peak.config.tests',          'peak.tests', 'peak.binding.tests', 'peak.config.tests',
         'peak.model.tests', 'peak.naming.tests', 'peak.running.tests',          'peak.model.tests', 'peak.naming.tests', 'peak.running.tests',
           'peak.security.tests',
         'peak.storage.tests', 'peak.util.tests', 'protocols.tests',          'peak.storage.tests', 'peak.util.tests', 'protocols.tests',
     ]      ]
   
Line 79 
Line 80 
   
   
   
   
 try:  try:
     # Check if Zope X3 is installed; we use zope.component      # Check if Zope X3 is installed; we use zope.component
     # because we don't install it ourselves; if we used something we      # because we don't install it ourselves; if we used something we


Generate output suitable for use with a patch program
Legend:
Removed from v.1170  
changed lines
  Added in v.1203

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help