[Subversion] / PEAK / setup.py  

Diff of /PEAK/setup.py

Parent Directory | Revision Log

version 1327, Wed Aug 6 21:59:37 2003 UTC version 1584, Sun Jan 4 21:06:13 2004 UTC
Line 1 
Line 1 
 #!/usr/bin/env python  #!/usr/bin/env python
   
 """Distutils setup file"""  """Distutils setup file"""
   
 execfile('src/setup/prologue.py')  execfile('src/setup/prologue.py')
Line 21 
Line 20 
   
 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.net', 'peak.running',
     'peak.running.tools', 'peak.running.tools.n2', 'peak.security',      '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.events',
 ]  ]
   
 extensions = [  extensions = [
Line 44 
Line 44 
 data_files = [  data_files = [
     ('peak',     ['src/peak/peak.ini']),      ('peak',     ['src/peak/peak.ini']),
     ('peak/web', ['src/peak/web/resource_defaults.ini']),      ('peak/web', ['src/peak/web/resource_defaults.ini']),
 ] + findDataFiles('src/peak/running', 1, '*.xml')  ] + 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',
         'peak.security.tests', 'peak.web.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 += [
Line 76 
Line 76 
   
         packages += [ 'peak.metamodels.tests' ]          packages += [ 'peak.metamodels.tests' ]
   
         data_files += findDataFiles('src/peak/metamodels/tests', 1, '*.xml')          data_files += findDataFiles(
               'src/peak/metamodels/tests', 1, '*.xml', '*.asdl'
           )
   
 try:  try:
     # Check if Zope X3 is installed; we use zope.component      # Check if Zope X3 is installed; we use zope.component


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

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help