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'], )