Ignore:
Timestamp:
Oct 23, 2012 12:10:14 PM (12 years ago)
Author:
vmaksymiv
Message:

PPP fixes

File:
1 edited

Legend:

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

    r3551 r3570  
    66setup(name='quintagroup.z3cform.captcha', 
    77      version=version, 
    8       description="Captcha field for z3cform based on quintagroup.captcha.core package", 
     8      description="Captcha field for z3cform based on " 
     9                  "quintagroup.captcha.core package", 
    910      long_description=open("README.txt").read() + "\n" + 
    10                        open(os.path.join("docs", "HISTORY.txt")).read(), 
    11       # Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers 
    12       classifiers=[ 
    13         "Framework :: Plone", 
    14         "Programming Language :: Python", 
    15         "Topic :: Software Development :: Libraries :: Python Modules", 
    16         ], 
     11      open(os.path.join("docs", "HISTORY.txt")).read(), 
     12      classifiers=["Framework :: Plone", 
     13      "Programming Language :: Python", 
     14      "Topic :: Software Development :: Libraries :: Python Modules", ], 
    1715      keywords='plone z3c form captcha', 
    1816      author='Quintagroup', 
     
    4139      """, 
    4240      ) 
    43  
    44  
Note: See TracChangeset for help on using the changeset viewer.