summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-08-02 15:39:14 -0300
committerGuido Günther <agx@sigxcpu.org>2017-08-02 15:53:48 -0300
commit54a7ad93fbe4eac15fedadb115378b1c67f1e461 (patch)
tree5b3cadfaecfb49d8c93e132127f66b52df7f0e1a
parentf4574becfcea2a4c3bd1822b4b8bc34e942bfe29 (diff)
setup.py: indicate we're python3 now
-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',
],