aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-12-15 20:14:42 +0100
committerGuido Günther <agx@sigxcpu.org>2016-12-15 20:14:42 +0100
commit0e3deeb88e21e7a3a128733f207e0a2730383867 (patch)
treeffb9f7bc7690fad9c5f3ded5ed89fc899207ec43
parent1291b1748446d227d291728596ef2c535363b9f6 (diff)
setup.py: use a valid classifier
from the list at https://pypi.python.org/pypi?%3Aaction=list_classifiers
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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',