Co-authored-by: sglang-bot <sglang-bot@users.noreply.github.com> Co-authored-by: Kangyan Zhou <kangyan.zhou@radixark.ai> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
34 lines
721 B
TOML
34 lines
721 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools>=75.0",
|
|
"scikit-build-core>=0.10",
|
|
"torch",
|
|
"torchada>=0.1.50",
|
|
"wheel",
|
|
]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "sglang-kernel"
|
|
version = "0.4.1.post1"
|
|
description = "Kernel Library for SGLang"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
license = { file = "LICENSE" }
|
|
classifiers = [
|
|
"Programming Language :: Python :: 3",
|
|
"License :: OSI Approved :: Apache Software License",
|
|
"Environment :: GPU :: MTHREADS MUSA"
|
|
]
|
|
dependencies = []
|
|
|
|
[project.urls]
|
|
"Homepage" = "https://github.com/sgl-project/sglang/tree/main/sgl-kernel"
|
|
"Bug Tracker" = "https://github.com/sgl-project/sglang/issues"
|
|
|
|
[tool.wheel]
|
|
exclude = [
|
|
"dist*",
|
|
"tests*",
|
|
]
|