Skip to content

Commit 1de0a07

Browse files
committed
chore(devcontainer): install setuptools_scm
support usage from the command line to print version info: python -m setuptools_scm
1 parent 3fb9e96 commit 1de0a07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ dev = [
2020
"black",
2121
"flake8",
2222
"pre-commit",
23+
"setuptools_scm>=8"
2324
]
2425
test = [
2526
"coverage",

0 commit comments

Comments
 (0)