[Subversion] / BytecodeAssembler / setup.py  

Diff of /BytecodeAssembler/setup.py

Parent Directory | Revision Log

version 2575, Tue Aug 12 18:09:37 2008 UTC version 2624, Mon Aug 2 07:59:50 2010 UTC
Line 6 
Line 6 
   
 # Metadata  # Metadata
 PACKAGE_NAME = "BytecodeAssembler"  PACKAGE_NAME = "BytecodeAssembler"
 PACKAGE_VERSION = "0.5.1"  PACKAGE_VERSION = "0.5.2"
 PACKAGES = ['peak', 'peak.util']  PACKAGES = ['peak', 'peak.util']
   
 def get_description():  def get_description():
Line 32 
Line 32 
     long_description = get_description(),      long_description = get_description(),
     author="Phillip J. Eby",      author="Phillip J. Eby",
     author_email="peak@eby-sarna.com",      author_email="peak@eby-sarna.com",
     license="PSF or ZPL",      license="http://www.apache.org/licenses/LICENSE-2.0",
     install_requires = ['DecoratorTools>=1.2', 'SymbolType>=1.0'],      install_requires = ['DecoratorTools>=1.2', 'SymbolType>=1.0'],
     test_suite = 'test_assembler',      test_suite = 'test_assembler',
     packages = PACKAGES,      packages = PACKAGES,


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

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help