Skip to content

Commit 134b8fa

Browse files
Fix: Add missing PDM dynamic versioning stanza (#1032)
Signed-off-by: Matthew Watkins <[email protected]>
1 parent d9daffa commit 134b8fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ build-backend = "pdm.backend"
4848
[tool.pdm]
4949
distribution = true
5050

51+
# Required for dynamic versioning support
52+
[tool.pdm.version]
53+
source = "scm"
54+
5155
#[tool.pdm.scripts]
5256
#test = "pytest"
5357
#tox = "tox"

0 commit comments

Comments
 (0)