Skip to content

Commit 13bc11a

Browse files
committed
build(pyproject.toml): fix license metadata
1 parent 58eecdc commit 13bc11a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ maintainers = [
77
{ name = "Wei Lee", email = "[email protected]" },
88
{ name = "Axel H.", email = "[email protected]" },
99
]
10-
license = { text = "LICENSE" }
10+
license = { file = "LICENSE" }
1111
readme = "docs/README.md"
1212
requires-python = ">=3.9,<4.0"
1313
dependencies = [
@@ -42,6 +42,7 @@ classifiers = [
4242
"Programming Language :: Python :: 3.12",
4343
"Programming Language :: Python :: 3.13",
4444
"Programming Language :: Python :: Implementation :: CPython",
45+
"License :: OSI Approved :: MIT License",
4546
]
4647

4748
[project.urls]

0 commit comments

Comments
 (0)