Changeset 3168 in products for quintagroup.pfg.captcha/trunk/setup.py


Ignore:
Timestamp:
Apr 21, 2011 1:43:09 PM (13 years ago)
Author:
vmaksymiv
Message:

pep8, pyflakes fixes

File:
1 edited

Legend:

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

    r2854 r3168  
    66setup(name='quintagroup.pfg.captcha', 
    77      version=version, 
    8       description="quintagroup.pfg.captcha is a package that allows to add captcha field to PloneFormGen forms.", 
     8      description="quintagroup.pfg.captcha is a package that allows " 
     9                  "to add captcha field to PloneFormGen forms.", 
    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", 
     
    1818      author='Quintagroup', 
    1919      author_email='support@quintagroup.com', 
    20       url='http://projects.quintagroup.com/products/wiki/quintagroup.pfg.captcha', 
     20      url='http://projects.quintagroup.com/products/wiki/'\ 
     21          'quintagroup.pfg.captcha', 
    2122      license='GPL', 
    2223      packages=find_packages(exclude=['ez_setup']), 
Note: See TracChangeset for help on using the changeset viewer.