diff --git a/pyproject.toml b/pyproject.toml index 307c271..29dbf94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,7 @@ name = "cons" dynamic = ["version"] description = "An implementation of Lisp/Scheme-like cons in Python." readme = "README.md" +license = "LGPL-3.0" license-files = ["LICENSE.txt"] authors = [ { name = "Brandon T. Willard", email = "brandonwillard+cons@gmail.com" },