Skip to content

Commit be294d9

Browse files
Update pyproject.toml to add license (#1291)
Co-authored-by: William Woodruff <[email protected]>
1 parent 07c8e65 commit be294d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "maturin"
66
# `uv run --only-group docs` from failing.
77
[project]
88
name = "zizmor"
9-
dynamic = ["version", "readme"]
9+
dynamic = ["version", "description", "readme", "urls", "authors", "license"]
1010
# Arbitrarily set to the oldest non-EOL Python.
1111
requires-python = ">=3.9"
1212

0 commit comments

Comments
 (0)