Skip to content

Commit c223e14

Browse files
ecederstrandbrandonwillard
authored andcommitted
Add SPDX specifier
Fixes license specifiers according to https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license-and-license-files Thois allows automatic license inspection tools like pip-licenses to correctly categorize this package.
1 parent 9189904 commit c223e14

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ name = "cons"
77
dynamic = ["version"]
88
description = "An implementation of Lisp/Scheme-like cons in Python."
99
readme = "README.md"
10+
license = "LGPL-3.0-only"
1011
license-files = ["LICENSE.txt"]
1112
authors = [
1213
{ name = "Brandon T. Willard", email = "brandonwillard+cons@gmail.com" },

0 commit comments

Comments
 (0)