Skip to content

Commit 7929076

Browse files
committed
fix: update the license identifier
- remove license identifier from the classfier - update the license identifier and add license-files see also: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license
1 parent 99fa08b commit 7929076

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ authors = [
1313
maintainers = [
1414
{"name" = "Satoru SATOH", email = "satoru.satoh@gmail.com"},
1515
]
16-
license = { text = "MIT"}
16+
license = "MIT"
17+
license-files = [
18+
"LICENSE.MIT", "AUTHORS.txt"
19+
]
1720
classifiers = [
1821
"Development Status :: 4 - Beta",
1922
"Intended Audience :: Developers",
@@ -28,7 +31,6 @@ classifiers = [
2831
"Topic :: Software Development :: Libraries :: Python Modules",
2932
"Topic :: Text Processing :: Markup",
3033
"Topic :: Utilities",
31-
"License :: OSI Approved :: MIT License",
3234
]
3335
dependencies = [
3436
"tox-uv",

0 commit comments

Comments
 (0)