From 97de5114f0cd39a896f3afb0dd364510e8be2f4d Mon Sep 17 00:00:00 2001 From: Zihao Ye Date: Mon, 29 Jan 2024 01:23:17 +0800 Subject: [PATCH] bugfix --- python/MANIFEST.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/MANIFEST.in b/python/MANIFEST.in index 002cf243..5b44b48e 100644 --- a/python/MANIFEST.in +++ b/python/MANIFEST.in @@ -1,11 +1,12 @@ # sdist & wheel include version.txt recursive-include include * +recursive-include csrc * # wheel-only exclude flashinfer/_build_meta.py +exclude tests/ # Unneeded files prune */__pycache__ -tests/ global-exclude *.so