From 03af6e52cb548fd8ad836664e2d95573be32b055 Mon Sep 17 00:00:00 2001 From: Vivek Sharma Date: Wed, 18 Feb 2026 11:17:13 +0530 Subject: [PATCH] Add dynamic versioning to pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 0467aa3..1df66fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ build-backend = "maturin" [project] name = "lintrunner" requires-python = ">=3.6" +dynamic = ["version"] classifiers = [ "Programming Language :: Rust", "Programming Language :: Python :: Implementation :: CPython",