From 2e76b4191ab20e376c4fccf1bb6b02f5c19386e9 Mon Sep 17 00:00:00 2001 From: Florent Xicluna Date: Wed, 20 Feb 2013 22:50:12 +0100 Subject: [PATCH] setup.py: new topic classifiers --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 82877e1..4e9cf4f 100644 --- a/setup.py +++ b/setup.py @@ -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',