Skip to content

Commit a2e5361

Browse files
authored
Fix TOML syntax
1 parent 6914feb commit a2e5361

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
@@ -7,7 +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"
10+
license = "LGPL-3.0"
1111
license-files = ["LICENSE.txt"]
1212
authors = [
1313
{ name = "Brandon T. Willard", email = "brandonwillard+cons@gmail.com" },

0 commit comments

Comments
 (0)