From 9ad2c16272c4645670eaa781887a9e3c6965dd9a Mon Sep 17 00:00:00 2001 From: Erik Cederstrand Date: Wed, 20 Aug 2025 09:50:59 +0200 Subject: [PATCH] Use a valid SPDX identifier as license classifier This helps automatic license checkers like pip-licenses to identify the right license for this project --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index f79fa09..5be8ae8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ requires-python = ">=3.9" authors = [{ name = "Brandon T. Willard", email = "brandonwillard+kanren@gmail.com" }] description = "Relational programming in Python" readme = "README.md" +license = "BSD-3-Clause" license-files = ["LICENSE.txt"] classifiers = [ "Development Status :: 5 - Production/Stable",