fixed license classifier
Some checks failed
Actions / Lint Code (Ruff & Pylint) (push) Failing after 36s
Actions / Build (push) Successful in 1m23s

This commit is contained in:
Seaswimmer 2024-08-14 04:17:08 -04:00
parent 2f7ff439be
commit a6726436ba
Signed by: cswimr
GPG key ID: 3813315477F26F82

View file

@ -9,7 +9,7 @@ readme = "README.md"
requires-python = ">=3.10, <3.12"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MPL-2.0 License",
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
"Operating System :: OS Independent",
]