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

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


Log message for revision 129247:
  add trove classifiers
  

Changed:
  U   DateTime/trunk/setup.py

-=-
Modified: DateTime/trunk/setup.py
===================================================================
--- DateTime/trunk/setup.py	2013-02-10 14:55:09 UTC (rev 129246)
+++ DateTime/trunk/setup.py	2013-02-10 14:55:56 UTC (rev 129247)
@@ -30,7 +30,18 @@
           '\n\n' + 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",
+      ],
       install_requires=['zope.interface',
                         'pytz',
                        ],



More information about the checkins mailing list