[Checkins] SVN: zc.beforestorage/trunk/setup.py Added trove classifiers.

Jim Fulton jim at zope.com
Mon Feb 4 12:44:50 EST 2008


Log message for revision 83507:
  Added trove classifiers.
  

Changed:
  U   zc.beforestorage/trunk/setup.py

-=-
Modified: zc.beforestorage/trunk/setup.py
===================================================================
--- zc.beforestorage/trunk/setup.py	2008-02-04 17:41:58 UTC (rev 83506)
+++ zc.beforestorage/trunk/setup.py	2008-02-04 17:44:50 UTC (rev 83507)
@@ -46,4 +46,13 @@
     install_requires = ['ZODB3', 'setuptools'],
     zip_safe = False,
     entry_points=entry_points,
+    classifiers = [
+        'License :: OSI Approved :: Zope Public License',
+        'Programming Language :: Python',
+        'Topic :: Database',
+        'Topic :: Software Development :: Libraries :: Python Modules',
+        'Operating System :: Microsoft :: Windows',
+        'Operating System :: Unix',
+        'Framework :: ZODB',
+        ],
     )



More information about the Checkins mailing list