Skip to content

Commit d073df1

Browse files
committed
refactor: adopt PEP 639 license metadata
1 parent 0ed893a commit d073df1

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
@@ -7,10 +7,10 @@ requires-python = ">=3.10"
77
dependencies = []
88
authors = [{ name = "Nyakku Shigure", email = "sigure.qaq@gmail.com" }]
99
keywords = []
10-
license = { text = "MIT" }
10+
license = "MIT"
11+
license-files = ["LICENSE"]
1112
classifiers = [
1213
"Operating System :: OS Independent",
13-
"License :: OSI Approved :: MIT License",
1414
"Typing :: Typed",
1515
"Programming Language :: Python",
1616
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)