Add Trove classifiers for Py 3.9 and type hints

This commit is contained in:
Joshua Bronson 2020-12-19 14:58:02 +00:00
parent 8c161ca64c
commit a9fcf2cdf6
1 changed files with 2 additions and 0 deletions

View File

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