Skip to content

Commit 9189904

Browse files
Ryan Whitmorebrandonwillard
authored andcommitted
Add the setuptools-scm versioning scheme.
1 parent db0f573 commit 9189904

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
@@ -37,3 +37,7 @@ test = ["pytest"]
3737
[tool.setuptools.packages.find]
3838
include = ["cons*"]
3939
exclude = ["tests*"]
40+
41+
[tool.setuptools_scm]
42+
version_scheme = "guess-next-dev"
43+
local_scheme = "dirty-tag"

0 commit comments

Comments
 (0)