Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
64edeb79
Unverified
Commit
64edeb79
authored
Mar 24, 2025
by
Yuhong Guo
Committed by
GitHub
Mar 24, 2025
Browse files
Support dynamic version name in sglang's pyproject.toml (#4720)
parent
65c24c28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
python/pyproject.toml
python/pyproject.toml
+8
-2
No files found.
python/pyproject.toml
View file @
64edeb79
[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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment