Skip to content

Commit 8721719

Browse files
committed
respect PEP639 to specify license
1 parent f3804ea commit 8721719

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
@@ -15,7 +15,8 @@ authors = [
1515
maintainers = [
1616
{name = "Adrien Morison", email = "[email protected]"},
1717
]
18-
license = {file = "LICENSE"}
18+
license = "Apache-2.0"
19+
license-files = ["LICENSE"]
1920
urls = {homepage = "https://github.com/StagPython/StagPy"}
2021
classifiers = [
2122
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)