Fixing license classifier

This commit is contained in:
gumyr 2023-11-02 10:19:23 -04:00
parent 45e0433bea
commit b8cfcf027d

View file

@ -31,7 +31,7 @@ keywords = [
]
license = {text = "Apache-2.0"}
classifiers = [
"License :: OSI Approved :: Apache-2.0 License",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
]