[Subversion] / PEAK / setup.py  

Diff of /PEAK/setup.py

Parent Directory | Revision Log

version 1642, Mon Jan 26 21:56:53 2004 UTC version 1643, Mon Jan 26 22:02:10 2004 UTC
Line 47 
Line 47 
     ('ZConfig/doc', ['src/ZConfig/doc/schema.dtd']),      ('ZConfig/doc', ['src/ZConfig/doc/schema.dtd']),
 ] + findDataFiles('src/peak/running', 1, '*.xml', '*.ini')  ] + findDataFiles('src/peak/running', 1, '*.xml', '*.ini')
   
   
 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',
Line 59 
Line 59 
     data_files += [      data_files += [
         ('peak/running/tests', ['src/peak/running/tests/test_cluster.txt']),          ('peak/running/tests', ['src/peak/running/tests/test_cluster.txt']),
         ('peak/config/tests',  ['src/peak/config/tests/test_links.ini']),          ('peak/config/tests',  ['src/peak/config/tests/test_links.ini']),
     ] + findDataFiles('src/peak/web/tests', 1, '*.pwt')      ] + findDataFiles('src/peak/web/tests', 1, '*.pwt') + findDataFiles(
                         'src/peak/ddt/tests', 1, '*.html'
       )
   
   
 if include_metamodels:  if include_metamodels:
Line 73 
Line 75 
     ]      ]
   
     if include_tests:      if include_tests:
   
         packages += [ 'peak.metamodels.tests' ]          packages += [ 'peak.metamodels.tests' ]
   
         data_files += findDataFiles(          data_files += findDataFiles(
             'src/peak/metamodels/tests', 1, '*.xml', '*.asdl'              'src/peak/metamodels/tests', 1, '*.xml', '*.asdl'
         )          )


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

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help