Skip to content

Commit d7c7390

Browse files
Backport PR #41977: BLD: ignore multiple types of file in wheel (#41979)
Co-authored-by: Fangchen Li <[email protected]>
1 parent 3765b20 commit d7c7390

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

MANIFEST.in

+11-2
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,19 @@ global-exclude *.h5
1717
global-exclude *.html
1818
global-exclude *.json
1919
global-exclude *.jsonl
20+
global-exclude *.msgpack
2021
global-exclude *.pdf
2122
global-exclude *.pickle
2223
global-exclude *.png
2324
global-exclude *.pptx
24-
global-exclude *.pyc
25-
global-exclude *.pyd
2625
global-exclude *.ods
2726
global-exclude *.odt
27+
global-exclude *.orc
2828
global-exclude *.sas7bdat
2929
global-exclude *.sav
3030
global-exclude *.so
3131
global-exclude *.xls
32+
global-exclude *.xlsb
3233
global-exclude *.xlsm
3334
global-exclude *.xlsx
3435
global-exclude *.xpt
@@ -39,6 +40,14 @@ global-exclude .DS_Store
3940
global-exclude .git*
4041
global-exclude \#*
4142

43+
global-exclude *.c
44+
global-exclude *.cpp
45+
global-exclude *.h
46+
47+
global-exclude *.py[codx]
48+
global-exclude *.px[di]
49+
global-exclude *.pxi.in
50+
4251
# GH 39321
4352
# csv_dir_path fixture checks the existence of the directory
4453
# exclude the whole directory to avoid running related tests in sdist

0 commit comments

Comments
 (0)