summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2018-09-09 22:53:36 +0000
committerrsiddharth <rsd@gnu.org>2018-09-09 22:53:36 +0000
commit93e33ed0b78192abdd2e625f5f19c667d64693be (patch)
tree5b80206901d2c08020f6f032987a382daab5dafb
parentd5daeab70c064a427d49565ef5bf8e03e64356d6 (diff)
setup.py: Update config.classifiers.
Change 'Programming Language' to Python 3 only.
-rw-r--r--setup.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 52011ed..82b63d7 100644
--- a/setup.py
+++ b/setup.py
@@ -66,9 +66,7 @@ config = {
'Intended Audience :: Other Audience',
'License :: Public Domain',
'Operating System :: POSIX :: Linux',
- 'Programming Language :: Python :: 2',
- 'Programming Language :: Python :: 2.7',
- 'Programming Language :: Python :: 2 :: Only',
+ 'Programming Language :: Python :: 3 :: Only',
'Topic :: Text Processing',
'Topic :: Utilities',
]