[CI/Build] setuptools-scm fixes (#8900)

This commit is contained in:
Daniele
2024-10-14 20:34:47 +02:00
committed by GitHub
parent 4141608c6a
commit 203ab8f80f
7 changed files with 47 additions and 41 deletions
+3
View File
@@ -12,6 +12,9 @@ requires = [
]
build-backend = "setuptools.build_meta"
[tool.setuptools_scm]
# version_file = "vllm/_version.py" # currently handled by `setup.py:get_version()`
[tool.ruff]
# Allow lines to be as long as 80.
line-length = 80