summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2020-10-12 15:53:38 +0200
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2020-10-12 16:02:50 +0200
commitec508081a5ccbb304a4ae68c70c56787b9818f04 (patch)
treeedd5b7f0e2dfec9a9d56c1d16fbf5e9011baa437
parentf67c1b099d24a37a0c65bf08f88cb46e261d2a61 (diff)
downloadpython-setuptools-git-ec508081a5ccbb304a4ae68c70c56787b9818f04.tar.gz
Add Python 3.9 trove classifier to the metadata
-rw-r--r--changelog.d/2421.misc.rst2
-rw-r--r--setup.cfg1
2 files changed, 3 insertions, 0 deletions
diff --git a/changelog.d/2421.misc.rst b/changelog.d/2421.misc.rst
new file mode 100644
index 00000000..5dcdecee
--- /dev/null
+++ b/changelog.d/2421.misc.rst
@@ -0,0 +1,2 @@
+Python 3.9 trove classifier got added to the dist metadata
+-- by :user:`webknjaz`
diff --git a/setup.cfg b/setup.cfg
index 80541c31..95c59a4a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -38,6 +38,7 @@ classifiers =
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
+ Programming Language :: Python :: 3.9
Topic :: Software Development :: Libraries :: Python Modules
Topic :: System :: Archiving :: Packaging
Topic :: System :: Systems Administration