[Subversion] / BytecodeAssembler / setup.py  

Diff of /BytecodeAssembler/setup.py

Parent Directory | Revision Log

version 2208, Wed Jul 5 02:56:05 2006 UTC version 2473, Sun Jan 6 15:30:01 2008 UTC
Line 8 
Line 8 
   
 # Metadata  # Metadata
 PACKAGE_NAME = "BytecodeAssembler"  PACKAGE_NAME = "BytecodeAssembler"
 PACKAGE_VERSION = "0.1"  PACKAGE_VERSION = "0.3"
 PACKAGES = ['peak', 'peak.util']  PACKAGES = ['peak', 'peak.util']
   
 def get_description():  def get_description():
Line 28 
Line 28 
 setup(  setup(
     name=PACKAGE_NAME,      name=PACKAGE_NAME,
     version=PACKAGE_VERSION,      version=PACKAGE_VERSION,
     url = "http://peak.telecommunity.com/DevCenter/BytecodeAssembler",      url = "http://pypi.python.org/pypi/BytecodeAssembler",
     description='Generate Python code objects by "assembling" bytecode'      description='Generate Python code objects by "assembling" bytecode'
         ' (Now includes a functional/AST-oriented API, too!)',          ' (Now includes a functional/AST-oriented API, too!)',
     long_description = get_description(),      long_description = get_description(),
Line 36 
Line 36 
     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="PSF or ZPL",
     install_requires = ['DecoratorTools>=1.2'],      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.2208  
changed lines
  Added in v.2473

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help