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

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


Log message for revision 128997:
  Update Trove classifiers.

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

-=-
Modified: transaction/trunk/CHANGES.txt
===================================================================
--- transaction/trunk/CHANGES.txt	2013-01-03 16:15:30 UTC (rev 128996)
+++ transaction/trunk/CHANGES.txt	2013-01-03 21:37:57 UTC (rev 128997)
@@ -4,6 +4,8 @@
 1.4.0 (unreleased)
 ------------------
 
+- Updated Trove classifiers.
+
 1.4.0b1 (2012-12-18)
 --------------------
 

Modified: transaction/trunk/setup.py
===================================================================
--- transaction/trunk/setup.py	2013-01-03 16:15:30 UTC (rev 128996)
+++ transaction/trunk/setup.py	2013-01-03 21:37:57 UTC (rev 128997)
@@ -36,6 +36,7 @@
         "Operating System :: Microsoft :: Windows",
         "Operating System :: Unix",
         "Programming Language :: Python",
+        "Programming Language :: Python :: 2",
         "Programming Language :: Python :: 2.6",
         "Programming Language :: Python :: 2.7",
         "Programming Language :: Python :: 3",
@@ -43,6 +44,7 @@
         "Programming Language :: Python :: 3.3",
         "Programming Language :: Python :: Implementation :: CPython",
         "Programming Language :: Python :: Implementation :: PyPy",
+        "Framework :: ZODB",
         ],
       author="Zope Corporation",
       author_email="zodb-dev at zope.org",



More information about the checkins mailing list