Unverified Commit 64edeb79 authored by Yuhong Guo's avatar Yuhong Guo Committed by GitHub
Browse files

Support dynamic version name in sglang's pyproject.toml (#4720)

parent 65c24c28
[build-system]
requires = ["setuptools>=61.0", "wheel"]
requires = ["setuptools>=61.0", "wheel", "setuptools-scm"]
build-backend = "setuptools.build_meta"
[tool.setuptools_scm]
root = ".."
version_scheme = "guess-next-dev"
local_scheme = "node-and-date"
fallback_version = "0.4.4.post1"
[project]
name = "sglang"
version = "0.4.4.post1"
dynamic = ["version"]
description = "SGLang is yet another fast serving framework for large language models and vision language models."
readme = "README.md"
requires-python = ">=3.8"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment