Skip to content

Commit 49b05b8

Browse files
♻️ refactor: adopt PEP 639 license metadata (#85)
Co-authored-by: Nyakku Shigure <sigure.qaq@gmail.com>
1 parent b748b22 commit 49b05b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ readme = "README.md"
99
requires-python = ">=3.10"
1010
authors = [{ name = "Nyakku Shigure", email = "sigure.qaq@gmail.com" }]
1111
keywords = ["codespan-reporting"]
12-
license = { text = "MIT" }
12+
license = "MIT"
13+
license-files = ["LICENSE"]
1314
classifiers = [
14-
"License :: OSI Approved :: MIT License",
1515
"Programming Language :: Rust",
1616
"Programming Language :: Python",
1717
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)