Skip to content

Commit a3bc9de

Browse files
committed
fix: configure SCM versioning to avoid metadata mismatch
Signed-off-by: Abhijeet <abhijeetsaharan2236@gmail.com>
1 parent 7537e48 commit a3bc9de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ build-backend = "pdm.backend"
7373
version_scheme = "python-simplified-semver"
7474
local_scheme = "dirty-tag"
7575

76-
[tool.pdm]
77-
version = { source = "scm" }
76+
[tool.pdm.version]
77+
source = "scm"
7878
version_format = "{version}" # normalize SCM version
7979

8080
[tool.pdm.build]

0 commit comments

Comments
 (0)