Added python versions to setup.py
This commit is contained in:
parent
8651fbe2b7
commit
75516d91e9
@ -1,3 +1,3 @@
|
||||
""" version info """
|
||||
|
||||
__version__ = "0.40.00"
|
||||
__version__ = "0.40.1"
|
||||
|
||||
2
setup.py
2
setup.py
@ -68,6 +68,8 @@ setup(
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Operating System :: MacOS :: MacOS X",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||
],
|
||||
install_requires=[
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user