"lib/bindings/vscode:/vscode.git/clone" did not exist on "68bbe8a9a57a01cec9682f40bc07b162409a4154"
Unverified Commit 65e262b9 authored by Christian Heimes's avatar Christian Heimes Committed by GitHub
Browse files

Fix Python packaging edge cases (#17159)


Signed-off-by: default avatarChristian Heimes <christian@python.org>
parent 43faa046
......@@ -3,6 +3,7 @@
# vllm-flash-attn built from source
vllm/vllm_flash_attn/*
!vllm/vllm_flash_attn/__init__.py
!vllm/vllm_flash_attn/fa_utils.py
# Byte-compiled / optimized / DLL files
......
......@@ -46,8 +46,7 @@ vllm = "vllm.entrypoints.cli.main:main"
[tool.setuptools.packages.find]
where = ["."]
exclude = ["benchmarks", "csrc", "docs", "examples", "tests*"]
namespaces = false
include = ["vllm*"]
[tool.yapfignore]
ignore_patterns = [
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment