[Subversion] / DecoratorTools / setup.py  

Diff of /DecoratorTools/setup.py

Parent Directory | Revision Log

version 2296, Wed Feb 28 05:42:22 2007 UTC version 2613, Fri Jun 11 00:01:46 2010 UTC
Line 7 
Line 7 
   
 # Metadata  # Metadata
 PACKAGE_NAME = "DecoratorTools"  PACKAGE_NAME = "DecoratorTools"
 PACKAGE_VERSION = "1.4"  PACKAGE_VERSION = "1.9"
 PACKAGES = ['peak', 'peak.util']  PACKAGES = ['peak', 'peak.util']
   
 def get_description():  def get_description():
Line 27 
Line 27 
 setup(  setup(
     name=PACKAGE_NAME,      name=PACKAGE_NAME,
     version=PACKAGE_VERSION,      version=PACKAGE_VERSION,
     description="Use class and function decorators -- even in Python 2.3"      description="Class, function, and metaclass decorators -- even in Python 2.3"
                 " (now with source debugging for generated code)!",                  " (now with source debugging for generated code)!",
     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.2296  
changed lines
  Added in v.2613

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help