From f42790682910bb27fb0ccdfd2bf6c15522344b5e Mon Sep 17 00:00:00 2001 From: Matthias Friedrich Date: Mon, 15 Dec 2025 21:56:34 +0100 Subject: [PATCH] Enable uv/pdm install from Git --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ecf6ec7..f53f15f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ build-backend = "maturin" [project] name = "lightningcss" +dynamic = ["version"] description = "Python bindings for lightningcss." readme = "README.md" requires-python = ">=3.7"