setup.py: new topic classifiers

This commit is contained in:
Florent Xicluna 2013-02-20 22:50:12 +01:00
parent b8aab10d5f
commit 2e76b4191a

View file

@ -36,8 +36,8 @@ setup(
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 3",
"Topic :: Software Development",
"Topic :: Utilities",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Quality Assurance",
],
tests_require=['nose'],
test_suite='nose.collector',