[Subversion] / PEAK / setup.py  

Diff of /PEAK/setup.py

Parent Directory | Revision Log

version 2084, Sat Jul 16 16:33:55 2005 UTC version 2287, Sat Feb 24 21:51:43 2007 UTC
Line 13 
Line 13 
     '-i','old', '-i','tests', '-i','setup', '-i','examples',      '-i','old', '-i','tests', '-i','setup', '-i','examples',
 ]  ]
   
 scripts = ['scripts/peak']  
 packages = find_packages('src')  packages = find_packages('src')
   
 extensions = [  extensions = [
Line 127 
Line 127 
   
     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="peak@eby-sarna.com",
     url="http://peak.telecommunity.com/",      url="http://peak.telecommunity.com/",
       download_url="http://peak.telecommunity.com/snapshots/",
     license="PSF or ZPL",      license="PSF or ZPL",
     platforms=['UNIX','Windows'],      platforms=['UNIX','Windows'],
   
     package_dir = {'':'src'},      package_dir = {'':'src'},
     packages    = packages,      packages    = packages,
     cmdclass = SETUP_COMMANDS,      cmdclass = SETUP_COMMANDS,
   
     install_requires = [      install_requires = [
         'RuleDispatch >= 0.5a0dev',          'RuleDispatch >= 0.5a0dev-r2287', 'PyProtocols  >= 1.0a0dev-r2287',
         'PyProtocols  >= 1.0a0dev-r2070',          'Importing    >= 1.9',            'SymbolType   >= 1.0',
         'wsgiref      >= 0.0.1dev',          'wsgiref      >= 0.0.1dev',       'ZConfig      >  2.0',
         'ZConfig      >  2.0',          'DecoratorTools>=1.3',
     ],      ],
   
     extras_require = {      extras_require = {
Line 155 
Line 155 
     features = features,      features = features,
     test_suite = 'peak.tests.test_suite',      test_suite = 'peak.tests.test_suite',
     ext_modules = extensions,      ext_modules = extensions,
     scripts = scripts,  
 )      entry_points = {
           "console_scripts":["peak = peak.running.commands:__main__"]
       },
       zip_safe=sys.version>='2.3.5',
   
   
       long_description = """\
   PEAK is an application kit, and applications are made from components.
   PEAK provides you with a component architecture, component infrastructure,
   and various general-purpose components and component frameworks for
   building applications.  As with J2EE, the idea is to let you stop
   reinventing architectural and infrastructure wheels, so you can put more
   time into your actual application.
   
   Development version: svn://svn.eby-sarna.com/svnroot/PEAK#egg=PEAK-dev
   """,
   
       keywords = "Enterprise,SQL,LDAP,UML,XMI,JNDI,persistence,AOP,FastCGI,MOF,event-driven,twisted,web",
   
       classifiers = """
       Development Status :: 3 - Alpha
       Development Status :: 4 - Beta
       Environment :: Console
       Environment :: No Input/Output (Daemon)
       Environment :: Web Environment
       Environment :: Win32 (MS Windows)
       Intended Audience :: Developers
       License :: OSI Approved :: BSD License
       License :: OSI Approved :: Python Software Foundation License
       License :: OSI Approved :: Zope Public License
       Natural Language :: English
       Operating System :: Microsoft :: Windows
       Operating System :: POSIX
       Programming Language :: C
       Programming Language :: Python
       Topic :: Database :: Front-Ends
       Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
       Topic :: Office/Business
       Topic :: Software Development :: Code Generators
       Topic :: Software Development :: Libraries :: Application Frameworks
       Topic :: Software Development :: Libraries :: Python Modules
       Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP
       Topic :: Text Processing :: Markup :: XML""".strip().splitlines()
   )
   
   
   


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

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help