From b91227e646f6f3cd6b85258ea20c7e8e4878d75d Mon Sep 17 00:00:00 2001 From: Fanwang Meng Date: Fri, 1 Nov 2024 20:20:17 -0400 Subject: [PATCH] Add dynamic version to pyproject.toml --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 2127a56..15fda92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,8 @@ license = {file = "LICENSE"} authors = [ {name = "QC-Devs Community", email = "qcdevs@gmail.com"}, ] +# Version managed by setuptools_scm +dynamic = ["version"] # https://pypi.org/classifiers/ # Add PyPI classifiers here