Update pyproject.toml to add license (#1291)

Co-authored-by: William Woodruff <william@yossarian.net>
This commit is contained in:
Xianpeng Shen 2025-10-28 02:08:10 +02:00 committed by GitHub
parent 07c8e65784
commit be294d9149
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ build-backend = "maturin"
# `uv run --only-group docs` from failing.
[project]
name = "zizmor"
dynamic = ["version", "readme"]
dynamic = ["version", "description", "readme", "urls", "authors", "license"]
# Arbitrarily set to the oldest non-EOL Python.
requires-python = ">=3.9"