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


Ignore:
Timestamp:
Oct 24, 2012 12:19:14 PM (11 years ago)
Author:
vmaksymiv
Message:

PPP fixes

File:
1 edited

Legend:

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

    r3578 r3583  
    99                  "to add captcha field to PloneFormGen forms.", 
    1010      long_description=open("README.txt").read() + "\n" + 
    11                        open(os.path.join("docs", "HISTORY.txt")).read(), 
     11      open(os.path.join("docs", "HISTORY.txt")).read(), 
    1212      classifiers=[ 
    13         "Development Status :: 5 - Production/Stable", 
    14         "Environment :: Web Environment", 
    15         "Framework :: Plone", 
    16         "Framework :: Plone :: 3.2", 
    17         "Framework :: Plone :: 3.3", 
    18         "Framework :: Plone :: 4.0", 
    19         "Framework :: Plone :: 4.1", 
    20         "Framework :: Plone :: 4.2", 
    21         "Framework :: Plone :: 4.3", 
    22         "Framework :: Zope2", 
    23         "Framework :: Zope3", 
    24         "License :: OSI Approved :: GNU General Public License (GPL)", 
    25         "Operating System :: OS Independent", 
    26         "Programming Language :: Python", 
    27         "Topic :: Security", 
    28         "Topic :: Software Development :: Libraries :: Python Modules", 
    29         ], 
     13      "Development Status :: 5 - Production/Stable", 
     14      "Environment :: Web Environment", 
     15      "Framework :: Plone", 
     16      "Framework :: Plone :: 3.2", 
     17      "Framework :: Plone :: 3.3", 
     18      "Framework :: Plone :: 4.0", 
     19      "Framework :: Plone :: 4.1", 
     20      "Framework :: Plone :: 4.2", 
     21      "Framework :: Plone :: 4.3", 
     22      "Framework :: Zope2", 
     23      "Framework :: Zope3", 
     24      "License :: OSI Approved :: GNU General Public License (GPL)", 
     25      "Operating System :: OS Independent", 
     26      "Programming Language :: Python", 
     27      "Topic :: Security", 
     28      "Topic :: Software Development :: Libraries :: Python Modules", 
     29      ], 
    3030      keywords='plone captcha PloneFormGen', 
    3131      author='Quintagroup', 
Note: See TracChangeset for help on using the changeset viewer.