[Subversion] / Trellis / setup.py  

Diff of /Trellis/setup.py

Parent Directory | Revision Log

version 2200, Fri Jun 23 04:33:08 2006 UTC version 2387, Fri Aug 10 19:17:06 2007 UTC
Line 1 
Line 1 
 #!/usr/bin/env python  #!/usr/bin/env python
 """Distutils setup file"""  """Distutils setup file"""
   import ez_setup
 #import ez_setup  ez_setup.use_setuptools()
 #ez_setup.use_setuptools()  
 from setuptools import setup  from setuptools import setup
   
 # Metadata  # Metadata
 PACKAGE_NAME = "Trellis"  PACKAGE_NAME = "Trellis"
 PACKAGE_VERSION = "0.0.1"  PACKAGE_VERSION = "0.5b2"
 PACKAGES = ['peak', 'peak.events']  PACKAGES = ['peak', 'peak.events']
   
 def get_description():  def get_description():
     # Get our long description from the documentation      # Get our long description from the documentation
     f = file('README.txt')      f = file('README.txt')
Line 36 
Line 34 
     test_suite = 'test_trellis',      test_suite = 'test_trellis',
     packages = PACKAGES,      packages = PACKAGES,
     namespace_packages = PACKAGES,      namespace_packages = PACKAGES,
       install_requires = [
           'SymbolType>=1.0', 'ObjectRoles>=0.6', 'DecoratorTools>=1.5',
       ],
 )  )
   


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

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help