Skip to content

Commit 7e3d726

Browse files
committed
chore: license.file -> license & license-files
1 parent e504b61 commit 7e3d726

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ dependencies = [
77
"typing-extensions>=4.4.0",
88
]
99
readme = "README.md"
10-
license = { file = "LICENSE" }
10+
license = "MIT"
11+
license-files = ["LICENSE"]
1112
requires-python = ">= 3.10"
1213
classifiers = [
1314
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)