Fix classifier
This commit is contained in:
parent
a7ea132a57
commit
038ff6622a
3
setup.py
3
setup.py
@ -24,7 +24,8 @@ setup(
|
|||||||
author="iamthefij",
|
author="iamthefij",
|
||||||
author_email="",
|
author_email="",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"License :: OSI Approved :: MIT License" "Programming Language :: Python :: 3",
|
"License :: OSI Approved :: MIT License",
|
||||||
|
"Programming Language :: Python :: 3",
|
||||||
"Programming Language :: Python :: 3.7",
|
"Programming Language :: Python :: 3.7",
|
||||||
"Programming Language :: Python :: 3.8",
|
"Programming Language :: Python :: 3.8",
|
||||||
"Programming Language :: Python :: 3.9",
|
"Programming Language :: Python :: 3.9",
|
||||||
|
Loading…
Reference in New Issue
Block a user