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
c11cfda0
Unverified
Commit
c11cfda0
authored
Mar 24, 2025
by
Yineng Zhang
Committed by
GitHub
Mar 24, 2025
Browse files
update pyproject (#4731)
parent
64edeb79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
python/pyproject.toml
python/pyproject.toml
+2
-8
No files found.
python/pyproject.toml
View file @
c11cfda0
[build-system]
[build-system]
requires
=
[
"setuptools>=61.0"
,
"wheel"
,
"setuptools-scm"
]
requires
=
[
"setuptools>=61.0"
,
"wheel"
]
build-backend
=
"setuptools.build_meta"
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]
[project]
name
=
"sglang"
name
=
"sglang"
dynamic
=
["version"]
version
=
"0.4.4.post1"
description
=
"SGLang is yet another fast serving framework for large language models and vision language models."
description
=
"SGLang is yet another fast serving framework for large language models and vision language models."
readme
=
"README.md"
readme
=
"README.md"
requires-python
=
">=3.8"
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