Skip to content

Commit 0b2940a

Browse files
authored
Removed duplicate licence declaration
license-files = ["LICENSE"] is no longer valid under the [project] table in pyproject.toml — it was deprecated in PEP 621 and is now rejected by modern setuptools.
1 parent a378bdd commit 0b2940a

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
@@ -29,7 +29,7 @@ dependencies = [
2929
"pint==0.24.*",
3030
]
3131
license = "GPL-2.0-only"
32-
license-files = ["LICENSE"]
32+
# license-files = ["LICENSE"]
3333

3434
[project.urls]
3535
Homepage = "https://github.com/brendan-w/python-OBD"

0 commit comments

Comments
 (0)