From e9168044f304f34f1948e1e081e46ec5039c5bae Mon Sep 17 00:00:00 2001 From: Eric Wagoner Date: Thu, 6 Aug 2026 01:01:06 -0400 Subject: [PATCH] Declare the MIT license in package metadata The LICENSE file has been in the repo since day one; pyproject.toml just never said so, leaving installs without license metadata. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_016jXZFSTZQKzAC8fqpWSz9g --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 5d18e2c..cf36321 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,6 +2,8 @@ name = "bggpipe" dynamic = ["version"] description = "Shelf-to-BGG collection pipeline: photos in, BoardGameGeek collection out" +license = "MIT" +license-files = ["LICENSE"] requires-python = ">=3.12" dependencies = [ "typer>=0.12",