Changeset 182:946e46850603

Show
Ignore:
Timestamp:
09/30/07 17:35:14 (14 months ago)
Author:
tziade@…
Message:

cheeseshop fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • eggchecker/src/setup.py

    r178 r182  
    2929setup(name='eggchecker', 
    3030      version=version, 
    31       description="setuptools extension to run QA on the code", 
     31      description=("setuptools command extensions to run QA and tests " 
     32                   "on the code"), 
    3233      long_description=README, 
    3334      classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers 
    3435      keywords='qa pylintrc', 
    35       author='Tarek Ziad\xc3\xa9', 
     36      author='Tarek Ziade', 
    3637      author_email='tarek@ziade.org', 
    3738      url='http://hg.programmation-python.org',