[Chore] Move version tag helper to release scripts (#35196)
This commit is contained in:
@@ -151,6 +151,6 @@ exclude = [
|
||||
[tool.setuptools_scm]
|
||||
root = ".."
|
||||
version_file = "sglang/_version.py"
|
||||
git_describe_command = ["python3", "python/tools/get_version_tag.py"]
|
||||
git_describe_command = ["python3", "scripts/release/get_version_tag.py"]
|
||||
# Allow editable installs even when .git metadata is not available.
|
||||
fallback_version = "0.0.0.dev0"
|
||||
|
||||
Reference in New Issue
Block a user