[Checkins] SVN: zope.component/trunk/setup.py added missing Trove classifiers

Michael Howitz mh at gocept.com
Wed Nov 16 09:16:15 UTC 2011


Log message for revision 123356:
  added missing Trove classifiers

Changed:
  U   zope.component/trunk/setup.py

-=-
Modified: zope.component/trunk/setup.py
===================================================================
--- zope.component/trunk/setup.py	2011-11-16 08:43:31 UTC (rev 123355)
+++ zope.component/trunk/setup.py	2011-11-16 09:16:15 UTC (rev 123356)
@@ -67,7 +67,19 @@
         ),
     packages = find_packages('src'),
     package_dir = {'': 'src'},
-
+    classifiers=[
+        "Development Status :: 5 - Production/Stable",
+        "Intended Audience :: Developers",
+        "License :: OSI Approved",
+        "License :: OSI Approved :: Zope Public License",
+        "Operating System :: OS Independent",
+        "Programming Language :: Python",
+        "Programming Language :: Python :: 2",
+        "Programming Language :: Python :: 2.5",
+        "Programming Language :: Python :: 2.6",
+        "Programming Language :: Python :: 2.7",
+        "Topic :: Software Development :: Libraries :: Python Modules",
+    ],
     namespace_packages=['zope',],
     tests_require = tests_require,
     install_requires=['setuptools',



More information about the checkins mailing list