[Subversion] / PEAK / setup.py  

Diff of /PEAK/setup.py

Parent Directory | Revision Log

version 884, Mon Feb 17 19:42:11 2003 UTC version 895, Tue Feb 18 23:48:35 2003 UTC
Line 137 
Line 137 
   
     packages=[      packages=[
         'peak', 'peak.api', 'peak.binding', 'peak.model', 'peak.metamodels',          'peak', 'peak.api', 'peak.binding', 'peak.model', 'peak.metamodels',
         'peak.metamodels.uml',  
           'peak.metamodels.UML13',
           'peak.metamodels.UML13.Foundation',
   
           'peak.metamodels.UML13.model',
           'peak.metamodels.UML13.model.Foundation',
           'peak.metamodels.UML13.model.Behavioral_Elements',
   
   
         'peak.naming', 'peak.naming.factories', 'peak.util', 'peak.running',          'peak.naming', 'peak.naming.factories', 'peak.util', 'peak.running',
         'peak.config', 'peak.storage',          'peak.config', 'peak.storage',
   
Line 153 
Line 161 
   
     package_dir = {'':'src'},      package_dir = {'':'src'},
   
   
     cmdclass = {      cmdclass = {
         'install_data': install_data, 'sdist': sdist, 'happy': happy,          'install_data': install_data, 'sdist': sdist, 'happy': happy,
         'test': test, 'sdist_nodoc': old_sdist, 'build_ext': build_ext,          'test': test, 'sdist_nodoc': old_sdist, 'build_ext': build_ext,
     },      },
   
   
   
   
   
     data_files = [      data_files = [
         ('peak', ['src/peak/peak.ini']),          ('peak', ['src/peak/peak.ini']),
         ('peak/running/tests', ['src/peak/running/tests/test_cluster.txt']),          ('peak/running/tests', ['src/peak/running/tests/test_cluster.txt']),


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

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help