add trove classifier for python 3.3

This commit is contained in:
Ralf Schmitt 2012-12-27 21:54:51 +01:00
parent 7a27f8c03b
commit e484d36fae
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ setup(name="pypiserver",
"Programming Language :: Python :: 3.0", "Programming Language :: Python :: 3.0",
"Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.1",
"Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Build Tools",
"Topic :: System :: Software Distribution"], "Topic :: System :: Software Distribution"],
**extra) **extra)