[CI/Build] fix setuptools-scm usage (#8771)

This commit is contained in:
Daniele
2024-09-24 21:38:12 +02:00
committed by GitHub
parent 72fc97a0f1
commit 2467b642dd
3 changed files with 7 additions and 10 deletions

View File

@ -51,9 +51,6 @@ ignore = [
"UP032",
]
[tool.setuptools_scm]
version_file = "vllm/_version.py"
[tool.mypy]
python_version = "3.8"