[Subversion] / PEAK / setup.py  

Diff of /PEAK/setup.py

Parent Directory | Revision Log

version 997, Sat Apr 19 18:35:30 2003 UTC version 1001, Sat Apr 19 19:32:32 2003 UTC
Line 42 
Line 42 
   
 HAPPYDOC_IGNORE = [  HAPPYDOC_IGNORE = [
     '-i', 'examples',  '-i', 'old', '-i', 'tests',      '-i', 'examples',  '-i', 'old', '-i', 'tests',
     '-i', 'Interface', '-i', 'Persistence', '-i', 'kjbuckets',  
 ]  ]
   
   
Line 52 
Line 51 
     '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.storage', 'peak.util',      'peak.storage', 'peak.util',
   
     'Interface', 'Interface.Common', 'Interface.Registry',  
     'Persistence',  
 ]  ]
   
 extensions = [  extensions = [
Line 87 
Line 83 
         '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.storage.tests', 'peak.util.tests',          'peak.storage.tests', 'peak.util.tests',
   
         'Interface.tests', 'Interface.Common.tests',  
         'Interface.Registry.tests',  
     ]      ]
   
     data_files += [      data_files += [
Line 144 
Line 137 
     if include_tests:      if include_tests:
         packages += [          packages += [
             'zope.interface.tests', 'persistence.tests', 'ZConfig.tests',              'zope.interface.tests', 'persistence.tests', 'ZConfig.tests',
               'zope.interface.common.tests',
         ]          ]
   
         data_files += findDataFiles('src/ZConfig/tests', 1, '*.xml', '*.txt', '*.conf')          data_files += findDataFiles('src/ZConfig/tests', 1, '*.xml', '*.txt', '*.conf')


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

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help