[Subversion] / PEAK / setup.py  

Diff of /PEAK/setup.py

Parent Directory | Revision Log

version 572, Thu Oct 17 21:12:46 2002 UTC version 573, Thu Oct 17 22:23:10 2002 UTC
Line 122 
Line 122 
             HappyDoc(self.happy_options).run()              HappyDoc(self.happy_options).run()
   
 setup(  setup(
   
     name="PEAK",      name="PEAK",
     version="0.5a1",      version="0.5a1",
     description="The Python Enterprise Application Kit",      description="The Python Enterprise Application Kit",
     author="Phillip J. Eby",      author="Phillip J. Eby",
     author_email="transwarp@eby-sarna.com",      author_email="transwarp@eby-sarna.com",
   
     url="http://www.telecommunity.com/PEAK/",      url="http://www.telecommunity.com/PEAK/",
   
     packages=[      packages=[
Line 140 
Line 138 
         'peak.binding.tests', 'peak.config.tests',          'peak.binding.tests', 'peak.config.tests',
         'peak.metamodels.tests', 'peak.util.tests', 'peak.tests',          'peak.metamodels.tests', 'peak.util.tests', 'peak.tests',
   
         'Interface', 'Interface.Common', 'Interface.tests', 'Persistence',          'Interface', 'Interface.tests',
     ],          'Interface.Common', 'Interface.Common.tests',
           'Interface.Registry', 'Interface.Registry.tests',
   
           'Persistence',
       ],
     package_dir = {'':'src'},      package_dir = {'':'src'},
   
     ext_modules = [      ext_modules = [
Line 151 
Line 152 
             ["src/Persistence/cPersistence.c"]              ["src/Persistence/cPersistence.c"]
         )          )
     ],      ],
   
     cmdclass = {      cmdclass = {
         'install_data': install_data, 'sdist': sdist, 'happy': happy,          'install_data': install_data, 'sdist': sdist, 'happy': happy,
         'test': test, 'sdist_nodoc': old_sdist,          'test': test, 'sdist_nodoc': old_sdist,
     },      },
   
     data_files = [      data_files = [
         ('peak/metamodels/tests', ['src/peak/metamodels/tests/MetaMeta.xml']),          ('peak/metamodels/tests', ['src/peak/metamodels/tests/MetaMeta.xml']),
     ],      ],


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

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help