From a9fcf2cdf6d6d8106b60adac34ed36cdf89e4e51 Mon Sep 17 00:00:00 2001 From: Joshua Bronson Date: Sat, 19 Dec 2020 14:58:02 +0000 Subject: [PATCH] Add Trove classifiers for Py 3.9 and type hints --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 74c3e97..70c8ba5 100644 --- a/setup.py +++ b/setup.py @@ -75,9 +75,11 @@ setup( 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Software Development :: Libraries :: Python Modules', + 'Typing :: Typed', ], setup_requires=['setuptools_scm'], )