mirror of
https://github.com/wassname/vllm.git
synced 2026-07-15 11:28:07 +08:00
[Misc] Exclude the tests directory from being packaged (#4552)
This commit is contained in:
@@ -404,7 +404,7 @@ setup(
|
||||
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
||||
],
|
||||
packages=find_packages(exclude=("benchmarks", "csrc", "docs", "examples",
|
||||
"tests")),
|
||||
"tests*")),
|
||||
python_requires=">=3.8",
|
||||
install_requires=get_requirements(),
|
||||
ext_modules=ext_modules,
|
||||
|
||||
Reference in New Issue
Block a user