File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ if "%1" EQU "--dev" (
65
65
set " CFG_REQUIREMENTS = %DEV_REQUIREMENTS% "
66
66
set CFG_DEV_MODE = 1
67
67
)
68
- if " %1 " EQU " --python" (
68
+ if " %1 " EQU " --python" (
69
69
echo " The --python option is now DEPRECATED. Use the PYTHON_EXECUTABLE environment"
70
70
echo " variable instead. Run configure --help for details."
71
71
exit /b 0
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" setuptools >= 50" , " wheel" , " setuptools_scm[toml] >= 4 " ]
2
+ requires = [" setuptools >= 50" , " wheel" , " setuptools_scm[toml] >= 6 " ]
3
3
build-backend = " setuptools.build_meta"
4
4
5
5
[tool .setuptools_scm ]
6
6
# this is used populated when creating a git archive
7
7
# 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$"
9
9
10
10
[tool .pytest .ini_options ]
11
11
norecursedirs = [
You can’t perform that action at this time.
0 commit comments