add python 3 trove classifiers

This commit is contained in:
Ralf Schmitt 2011-11-19 21:25:42 +01:00
parent 1115414ce5
commit 236501f9b7
1 changed files with 5 additions and 0 deletions

View File

@ -48,9 +48,14 @@ setup(name="pypiserver",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: BSD License",
"License :: OSI Approved :: zlib/libpng License",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.5",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.0",
"Programming Language :: Python :: 3.1",
"Programming Language :: Python :: 3.2",
"Topic :: Software Development :: Build Tools",
"Topic :: System :: Software Distribution"],
**extrakw)