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

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


Log message for revision 129248:
  add trove classifiers
  

Changed:
  U   ExtensionClass/trunk/setup.py

-=-
Modified: ExtensionClass/trunk/setup.py
===================================================================
--- ExtensionClass/trunk/setup.py	2013-02-10 14:55:56 UTC (rev 129247)
+++ ExtensionClass/trunk/setup.py	2013-02-10 14:56:35 UTC (rev 129248)
@@ -27,10 +27,20 @@
       author='Zope Foundation and Contributors',
       author_email='zope-dev at zope.org',
       long_description='\n\n'.join([README, CHANGES]),
-
       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("ExtensionClass._ExtensionClass",
                              [os.path.join('src', 'ExtensionClass',
                                            '_ExtensionClass.c')],



More information about the checkins mailing list