Skip to content

Commit 6914feb

Browse files
authored
Use a valid SPDX identifier as license classifier
This helps automatic license checkers like pip-licenses to identify the right license for this project
1 parent 9189904 commit 6914feb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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"
1011
license-files = ["LICENSE.txt"]
1112
authors = [
1213
{ name = "Brandon T. Willard", email = "brandonwillard+cons@gmail.com" },

0 commit comments

Comments
 (0)