[Checkins] SVN: AccessControl/trunk/setup.py add trove classifiers

Hano Schlichting cvs-admin at zope.org
Sun Feb 10 14:54:26 UTC 2013


Log message for revision 129245:
  add trove classifiers
  

Changed:
  U   AccessControl/trunk/setup.py

-=-
Modified: AccessControl/trunk/setup.py
===================================================================
--- AccessControl/trunk/setup.py	2013-02-10 14:51:12 UTC (rev 129244)
+++ AccessControl/trunk/setup.py	2013-02-10 14:54:26 UTC (rev 129245)
@@ -26,6 +26,18 @@
                        open('CHANGES.txt').read(),
       packages=find_packages('src'),
       package_dir={'': 'src'},
+      classifiers=[
+          "Development Status :: 6 - Mature",
+          "Environment :: Web Environment",
+          "Framework :: Zope2",
+          "License :: OSI Approved :: Zope Public License",
+          "Operating System :: OS Independent",
+          "Programming Language :: Python",
+          "Programming Language :: Python :: 2 :: Only",
+          "Programming Language :: Python :: 2.6",
+          "Programming Language :: Python :: 2.7",
+          "Programming Language :: Python :: Implementation :: CPython",
+      ],
       ext_modules=[Extension(
             name='AccessControl.cAccessControl',
             include_dirs=['include', 'src'],



More information about the checkins mailing list