[Subversion] / BytecodeAssembler / setup.py  

Diff of /BytecodeAssembler/setup.py

Parent Directory | Revision Log

version 2194, Sat Jun 17 06:19:20 2006 UTC version 2196, Sat Jun 17 06:24:24 2006 UTC
Line 4 
Line 4 
   
 import ez_setup  import ez_setup
 ez_setup.use_setuptools()  ez_setup.use_setuptools()
   
 from setuptools import setup  from setuptools import setup
   
 # Metadata  # Metadata
Line 30 
Line 29 
     name=PACKAGE_NAME,      name=PACKAGE_NAME,
     version=PACKAGE_VERSION,      version=PACKAGE_VERSION,
     url = "http://peak.telecommunity.com/DevCenter/BytecodeAssembler",      url = "http://peak.telecommunity.com/DevCenter/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!)',
     long_description = get_description(),      long_description = get_description(),
   
     author="Phillip J. Eby",      author="Phillip J. Eby",


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

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help