diff options
| author | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2020-10-12 15:53:38 +0200 |
|---|---|---|
| committer | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2020-10-12 16:02:50 +0200 |
| commit | ec508081a5ccbb304a4ae68c70c56787b9818f04 (patch) | |
| tree | edd5b7f0e2dfec9a9d56c1d16fbf5e9011baa437 | |
| parent | f67c1b099d24a37a0c65bf08f88cb46e261d2a61 (diff) | |
| download | python-setuptools-git-ec508081a5ccbb304a4ae68c70c56787b9818f04.tar.gz | |
Add Python 3.9 trove classifier to the metadata
| -rw-r--r-- | changelog.d/2421.misc.rst | 2 | ||||
| -rw-r--r-- | setup.cfg | 1 |
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` @@ -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 |
