mirror of https://github.com/jab/bidict.git
Add Trove classifiers for Py 3.9 and type hints
This commit is contained in:
parent
8c161ca64c
commit
a9fcf2cdf6
2
setup.py
2
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'],
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue