From b68700d2276f92756e556b3257ad5796db1c2aff Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 14 Jul 2016 12:34:56 +0200 Subject: [PATCH] python: Drop bad category. -- Signed-off-by: Justus Winter --- lang/python/setup.py.in | 1 - 1 file changed, 1 deletion(-) diff --git a/lang/python/setup.py.in b/lang/python/setup.py.in index 787d6a3f..373e17c2 100755 --- a/lang/python/setup.py.in +++ b/lang/python/setup.py.in @@ -159,7 +159,6 @@ setup(name="pyme3", classifiers=[ 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', - 'Topic :: Software Development :: Build Tools', 'License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3 :: Only',