Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
[CI/Build] include NOTICE in package dist-info (#271)
Browse files Browse the repository at this point in the history
includes the NOTICE file alongside the license files in the
nm-vllm*.dist-info directory
  • Loading branch information
derekk-nm authored May 30, 2024
1 parent 46d7689 commit 4fabcfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,8 @@ def _read_requirements(filename: str) -> List[str]:
'licenses/LICENSE.fastertransformer',
'licenses/LICENSE.gptq', 'licenses/LICENSE.marlin',
'licenses/LICENSE.punica', 'licenses/LICENSE.squeezellm',
'licenses/LICENSE.tensorrtllm', 'licenses/LICENSE.vllm'),
'licenses/LICENSE.tensorrtllm', 'licenses/LICENSE.vllm',
'NOTICE'),
packages=find_packages(exclude=("benchmarks", "csrc", "docs", "examples",
"tests*")),
python_requires=">=3.8",
Expand Down

0 comments on commit 4fabcfc

Please sign in to comment.