Skip to content

Commit bb50a2b

Browse files
authored
fix license in pyproject.toml to be compatible with PEP 621 (#199)
Update pyproject.toml to change the `license` field compatible with [PEP 621](https://peps.python.org/pep-0621/#license)
1 parent 51e276e commit bb50a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ requires-python = ">=3.9"
1616

1717
description = "Foreign Function Interface for Python calling C code."
1818
readme = {file = "README.md", content-type = "text/markdown"}
19-
license = "MIT"
19+
license = { file = "LICENSE" }
2020
classifiers = [
2121
"Programming Language :: Python",
2222
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)