Skip to content

Commit 96d681a

Browse files
committed
Remove call to deprecated validate_pyproject command
1 parent ef853fd commit 96d681a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/generate_validation_code.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def generate_pyproject_validation(dest: Union[str, PathLike]):
1414
cmd = [
1515
sys.executable,
1616
"-m",
17-
"validate_pyproject.vendoring",
17+
"validate_pyproject.pre_compile",
1818
f"--output-dir={dest}",
1919
"--enable-plugins",
2020
"setuptools",

0 commit comments

Comments
 (0)