aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Vilcans <martin@librador.com>2020-02-13 08:16:28 +0100
committerMartin Vilcans <martin@librador.com>2020-02-13 08:18:24 +0100
commit4a0020cd9539fe49d5e723d29175c732f8569154 (patch)
tree36f5b797975d29bf1d20d54d5de368458e201fc6
parent1a230c72052b93ddb9dd79eac5364c8e45c81afd (diff)
downloadscreenplain-4a0020cd9539fe49d5e723d29175c732f8569154.tar.gz
Remove Python 2 from classifiers #54
-rwxr-xr-xsetup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1b16e9f..16cd69c 100755
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,6 @@ setup(
'bin/screenplain'
],
classifiers=[
- 'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',