Commit 69ebc66a authored by Tres Seaver's avatar Tres Seaver

Update Trove classifiers.

parent 7b65b4e7
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
4.0.2 (unreleased) 4.0.2 (unreleased)
------------------ ------------------
- Updated Trove classifiers.
- Added explicit support for Python 3.2, Python 3.3, and PyPy. - Added explicit support for Python 3.2, Python 3.3, and PyPy.
Note that the C extensions are not (yet) available on PyPy. Note that the C extensions are not (yet) available on PyPy.
......
...@@ -134,6 +134,7 @@ setup(name='BTrees', ...@@ -134,6 +134,7 @@ setup(name='BTrees',
'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.3',
"Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: Implementation :: PyPy",
"Framework :: ZODB",
"Topic :: Database", "Topic :: Database",
"Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Libraries :: Python Modules",
"Operating System :: Microsoft :: Windows", "Operating System :: Microsoft :: Windows",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment