Skip to content

Commit 06b0b44

Browse files
committed
Add setuptools_scm build arguments to pyproject.toml
1 parent 24f2d6a commit 06b0b44

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
requires = ["setuptools>=64", "wheel", "setuptools_scm>=8"]
33
build-backend = "setuptools.build_meta"
44

5-
[tool.setuptools_scm]
5+
[tool.setuptools_scm]
6+
version_scheme = "release-branch-semver"
7+
local_scheme = "no-local-version"

0 commit comments

Comments
 (0)