add Py33 trove classifier

This commit is contained in:
Chris McDonough
2013-01-10 03:18:27 -05:00
parent 8d19253796
commit 00a5444d28
2 changed files with 3 additions and 0 deletions

View File

@@ -21,6 +21,8 @@ Features
- Add Python 3.3 to tox configuration and use newer tox testing regime
(setup.py dev).
- Add Python 3.3 Trove classifier.
- Calling ``bind`` on a schema node e.g. ``cloned_node = somenode.bind(a=1,
b=2)`` on a schema node now results in the cloned node having a
``bindings`` attribute of the value ``{'a':1, 'b':2}``.

View File

@@ -44,6 +44,7 @@ setup(name='colander',
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
],