[Checkins] SVN: BTrees/trunk/ Update Trove classifiers.

Tres Seaver cvs-admin at zope.org
Thu Jan 3 21:46:40 UTC 2013


Log message for revision 129005:
  Update Trove classifiers.

Changed:
  _U  BTrees/trunk/
  U   BTrees/trunk/CHANGES.txt
  U   BTrees/trunk/setup.py

-=-
Modified: BTrees/trunk/CHANGES.txt
===================================================================
--- BTrees/trunk/CHANGES.txt	2013-01-03 21:43:39 UTC (rev 129004)
+++ BTrees/trunk/CHANGES.txt	2013-01-03 21:46:39 UTC (rev 129005)
@@ -5,6 +5,8 @@
 4.0.2 (unreleased)
 ------------------
 
+- Updated Trove classifiers.
+
 - Added explicit support for Python 3.2, Python 3.3, and PyPy.
   Note that the C extensions are not (yet) available on PyPy.
 

Modified: BTrees/trunk/setup.py
===================================================================
--- BTrees/trunk/setup.py	2013-01-03 21:43:39 UTC (rev 129004)
+++ BTrees/trunk/setup.py	2013-01-03 21:46:39 UTC (rev 129005)
@@ -134,6 +134,7 @@
         'Programming Language :: Python :: 3.3',
         "Programming Language :: Python :: Implementation :: CPython",
         "Programming Language :: Python :: Implementation :: PyPy",
+        "Framework :: ZODB",
         "Topic :: Database",
         "Topic :: Software Development :: Libraries :: Python Modules",
         "Operating System :: Microsoft :: Windows",



More information about the checkins mailing list