summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2019-11-13 11:51:06 -0800
committerSeth Morton <seth.m.morton@gmail.com>2019-11-13 11:51:06 -0800
commit7c9d01545a9cfd9ac3c0485183cb6ed9ec956837 (patch)
tree17a5055dda6f4ffe8da921f83fc2e59bec2486cc /setup.cfg
parent60b86c3b6ee63112da3cc866982278b08b86a3ee (diff)
downloadnatsort-7c9d01545a9cfd9ac3c0485183cb6ed9ec956837.tar.gz
Re-remove Python 2.7 support.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 2 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index 686ce26..582fcd7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -24,8 +24,6 @@ classifiers =
License :: OSI Approved :: MIT License
Natural Language :: English
Programming Language :: Python
- Programming Language :: Python :: 2
- Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
@@ -69,6 +67,6 @@ exclude =
build,
dist,
docs,
- .venv,
- natsort/compat/py23.py
+ .venv
+