Changeset 3575 in products for quintagroup.dropdownmenu/trunk/setup.py


Ignore:
Timestamp:
Oct 24, 2012 11:49:16 AM (11 years ago)
Author:
kroman0
Message:

Updated classifiers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.dropdownmenu/trunk/setup.py

    r3518 r3575  
    1313      ) + "\n" + open(os.path.join("docs", "HISTORY.txt")).read(), 
    1414      classifiers=[ 
    15           "Framework :: Plone", 
    16           "Programming Language :: Python", 
    17           "License :: OSI Approved :: GNU General Public License (GPL)", 
    18           "Operating System :: OS Independent", 
    19           "Topic :: Software Development :: Libraries :: Python Modules", 
     15        "Environment :: Web Environment", 
     16        "Framework :: Zope2", 
     17        "Framework :: Plone", 
     18        "Framework :: Plone :: 3.2", 
     19        "Framework :: Plone :: 3.3", 
     20        "Framework :: Plone :: 4.0", 
     21        "Framework :: Plone :: 4.1", 
     22        "Framework :: Plone :: 4.2", 
     23        "Framework :: Plone :: 4.3", 
     24        "Programming Language :: Python", 
     25        "Development Status :: 5 - Production/Stable", 
     26        "Intended Audience :: Developers", 
     27        "Natural Language :: English", 
     28        "Operating System :: OS Independent", 
     29        "Topic :: Internet :: WWW/HTTP :: Dynamic Content", 
     30        "Topic :: Software Development :: Libraries :: Python Modules", 
     31        "License :: OSI Approved :: GNU General Public License (GPL)", 
    2032      ], 
    21       keywords='web plone menu', 
     33      keywords='web plone menu dropdown navigation', 
    2234      author='Quintagroup', 
    2335      author_email='support@quintagroup.com', 
Note: See TracChangeset for help on using the changeset viewer.