[Subversion] / BytecodeAssembler / setup.py  

Diff of /BytecodeAssembler/setup.py

Parent Directory | Revision Log

version 2624, Mon Aug 2 07:59:50 2010 UTC version 2782, Wed Feb 22 16:11:55 2017 UTC
Line 6 
Line 6 
   
 # Metadata  # Metadata
 PACKAGE_NAME = "BytecodeAssembler"  PACKAGE_NAME = "BytecodeAssembler"
 PACKAGE_VERSION = "0.5.2"  PACKAGE_VERSION = "0.6.1"
 PACKAGES = ['peak', 'peak.util']  PACKAGES = ['peak', 'peak.util']
   
 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 = open('README.txt')
     lines = []      lines = []
     for line in f:      for line in f:
         if not line.strip():          if not line.strip():
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="http://www.apache.org/licenses/LICENSE-2.0",      license="ZPL 2.1",
     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.2624  
changed lines
  Added in v.2782

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help