Ignore:
Timestamp:
Apr 15, 2011 1:00:00 PM (13 years ago)
Author:
vmaksymiv
Message:

pep8 fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.formlib.captcha/trunk/setup.py

    r2809 r3121  
    66setup(name='quintagroup.formlib.captcha', 
    77      version=version, 
    8       description="Captcha field for formlib based on quintagroup.captcha.core package", 
     8      description="Captcha field for formlib based on " 
     9                  "quintagroup.captcha.core package", 
    910      long_description=open("README.txt").read() + "\n" + 
    1011                       open(os.path.join("docs", "HISTORY.txt")).read(), 
    11       # Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers 
    1212      classifiers=[ 
    1313        "Framework :: Plone", 
Note: See TracChangeset for help on using the changeset viewer.