[Subversion] / PEAK / setup.py  

Diff of /PEAK/setup.py

Parent Directory | Revision Log

version 1536, Tue Dec 9 17:58:17 2003 UTC version 1584, Sun Jan 4 21:06:13 2004 UTC
Line 23 
Line 23 
     'peak.naming', 'peak.naming.factories', 'peak.net', 'peak.running',      'peak.naming', 'peak.naming.factories', 'peak.net', 'peak.running',
     'peak.tools', 'peak.tools.n2', 'peak.security', 'peak.tools.supervisor',      'peak.tools', 'peak.tools.n2', 'peak.security', 'peak.tools.supervisor',
     'peak.storage', 'peak.util', 'peak.web', 'protocols',      'peak.storage', 'peak.util', 'peak.web', 'protocols',
     'peak.tools.version', 'peak.query',      'peak.tools.version', 'peak.query', 'peak.events',
 ]  ]
   
 extensions = [  extensions = [
Line 48 
Line 48 
   
   
 if include_tests:  if include_tests:
   
     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.web.tests', 'peak.query.tests',          'peak.security.tests', 'peak.web.tests', 'peak.query.tests',
         'peak.storage.tests', 'peak.util.tests', 'protocols.tests',          'peak.storage.tests', 'peak.util.tests', 'protocols.tests',
           'peak.events.tests'
     ]      ]
   
     data_files += [      data_files += [


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

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help