Skip to content

Commit 06bcb03

Browse files
committed
Merge remote-tracking branch 'skeleton/main' into 16-vm-images
2 parents bfde189 + e339a70 commit 06bcb03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

configure.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if "%1" EQU "--dev" (
6565
set "CFG_REQUIREMENTS=%DEV_REQUIREMENTS%"
6666
set CFG_DEV_MODE=1
6767
)
68-
if "%1" EQU "--python"(
68+
if "%1" EQU "--python" (
6969
echo "The --python option is now DEPRECATED. Use the PYTHON_EXECUTABLE environment"
7070
echo "variable instead. Run configure --help for details."
7171
exit /b 0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[build-system]
2-
requires = ["setuptools >= 50", "wheel", "setuptools_scm[toml] >= 4"]
2+
requires = ["setuptools >= 50", "wheel", "setuptools_scm[toml] >= 6"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.setuptools_scm]
66
# this is used populated when creating a git archive
77
# and when there is .git dir and/or there is no git installed
8-
fallback_version = "v9999.$Format:%h-%cs$"
8+
fallback_version = "9999.$Format:%h-%cs$"
99

1010
[tool.pytest.ini_options]
1111
norecursedirs = [

0 commit comments

Comments
 (0)