summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-10-21 17:51:26 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2019-10-22 16:33:38 -0700
commite4ef537525c2b1d120497379da9484c33ea3d773 (patch)
tree3f7ba127cc3c59b8e5dec78a2ca8ca2ee51eb56b /setup.cfg
parent1362c8c37355f74b5aa9a8afb749aa9464bb58fb (diff)
downloadpython-setuptools-git-e4ef537525c2b1d120497379da9484c33ea3d773.tar.gz
Add a trove classifier to document support for Python 3.8
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index a55106a5..373ae8b5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -42,6 +42,7 @@ classifiers =
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
+ Programming Language :: Python :: 3.8
Topic :: Software Development :: Libraries :: Python Modules
Topic :: System :: Archiving :: Packaging
Topic :: System :: Systems Administration