diff --git a/pyproject.toml b/pyproject.toml index 922cc8d52..2c03023e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "maturin" # `uv run --only-group docs` from failing. [project] name = "zizmor" -dynamic = ["version"] +dynamic = ["version", "readme"] # Arbitrarily set to the oldest non-EOL Python. requires-python = ">=3.9"