[Subversion] / DecoratorTools / setup.py  

Diff of /DecoratorTools/setup.py

Parent Directory | Revision Log

version 2290, Sun Feb 25 16:19:36 2007 UTC version 2296, Wed Feb 28 05:42:22 2007 UTC
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="Use class and function decorators -- even in Python 2.3"
                   " (now with source debugging for generated code)!",
     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="PSF or ZPL",


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

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help