File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools >= 50" , " wheel" , " setuptools_scm[toml] >= 4 " ]
2+ requires = [" setuptools >= 50" , " wheel" , " setuptools_scm[toml] >= 6 " ]
33build-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 ]
1111norecursedirs = [
You can’t perform that action at this time.
0 commit comments