summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ec87a255..bf4f7bb7 100755
--- a/setup.py
+++ b/setup.py
@@ -65,7 +65,7 @@ setup(name="gbp",
long_description=readme(),
classifiers=[
'Environment :: Console',
- 'Programming Language :: Python :: 2',
+ 'Programming Language :: Python :: 3',
'Topic :: Software Development :: Version Control',
'Operating System :: POSIX :: Linux',
],