Ignore:
Timestamp:
Apr 20, 2011 10:44:02 AM (13 years ago)
Author:
vmaksymiv
Message:

pep8fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonecaptchas/branches/plone4/setup.py

    r2509 r3160  
    66setup(name='quintagroup.plonecaptchas', 
    77      version=version, 
    8       description="quintagroup.plonecaptchas is simple captchas implementation for Plone, designed for validating human input in insecure forms.", 
     8      description="quintagroup.plonecaptchas is simple captchas " 
     9                  "implementation for Plone, designed for validating " 
     10                  "human input in insecure forms.", 
    911      long_description=open("README.txt").read() + "\n" + 
    1012                       open(os.path.join("docs", "HISTORY.txt")).read(), 
    11       # Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers 
    1213      classifiers=[ 
    1314        "Framework :: Plone", 
Note: See TracChangeset for help on using the changeset viewer.