Skip to content

Commit 43a7f43

Browse files
authored
Specify BSD-3.0 license and add license files
Fixes license specifiers according to https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license-and-license-files This allows automatic license inspection tools like pip-licenses to correctly categorize this package.
1 parent 30bf01b commit 43a7f43

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ keywords = [
3939
"matplotlib",
4040
"python",
4141
]
42-
license = {file = "LICENSE"}
42+
license = "BSD-3.0"
43+
license-files = ["LICENSE"]
4344
readme = "README.md"
4445
requires-python = ">=3.9"
4546

0 commit comments

Comments
 (0)