fixed license classifier
This commit is contained in:
parent
2f7ff439be
commit
a6726436ba
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ readme = "README.md"
|
||||||
requires-python = ">=3.10, <3.12"
|
requires-python = ">=3.10, <3.12"
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Programming Language :: Python :: 3",
|
"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",
|
"Operating System :: OS Independent",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue