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 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016jXZFSTZQKzAC8fqpWSz9g
This commit is contained in:
Eric Wagoner
2026-08-06 01:01:06 -04:00
co-authored by Claude Fable 5
parent 52fb52ea3b
commit e9168044f3
+2
View File
@@ -2,6 +2,8 @@
name = "bggpipe" name = "bggpipe"
dynamic = ["version"] dynamic = ["version"]
description = "Shelf-to-BGG collection pipeline: photos in, BoardGameGeek collection out" description = "Shelf-to-BGG collection pipeline: photos in, BoardGameGeek collection out"
license = "MIT"
license-files = ["LICENSE"]
requires-python = ">=3.12" requires-python = ">=3.12"
dependencies = [ dependencies = [
"typer>=0.12", "typer>=0.12",