Added python versions to setup.py

This commit is contained in:
Rhet Turnbull 2021-01-21 06:21:11 -08:00
parent 8651fbe2b7
commit 75516d91e9
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,3 @@
""" version info """
__version__ = "0.40.00"
__version__ = "0.40.1"

View File

@ -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=[