diff --git a/pyproject.toml b/pyproject.toml index 0f574e65..f201d919 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ build-backend = "maturin" [project] name = "pathway" +dynamic = ["version"] requires-python = ">=3.10" description = "Pathway is a data processing framework which takes care of streaming data updates for you." readme = "README.md"