From 0e3deeb88e21e7a3a128733f207e0a2730383867 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Thu, 15 Dec 2016 20:14:42 +0100 Subject: setup.py: use a valid classifier from the list at https://pypi.python.org/pypi?%3Aaction=list_classifiers --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a8f2a332..1a10b827 100755 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ setup(name="gbp", classifiers=[ 'Environment :: Console', 'Programming Language :: Python :: 2', - 'Topic :: Software Development :: Version Control :: Git', + 'Topic :: Software Development :: Version Control', 'Operating System :: POSIX :: Linux', ], scripts=['bin/git-pbuilder', -- cgit v1.2.3