Skip to content

Commit

Permalink
Backport PR pandas-dev#41977: BLD: ignore multiple types of file in w…
Browse files Browse the repository at this point in the history
…heel (pandas-dev#41979)

Co-authored-by: Fangchen Li <[email protected]>
  • Loading branch information
meeseeksmachine and fangchenli authored Jun 13, 2021
1 parent 3765b20 commit d7c7390
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,19 @@ global-exclude *.h5
global-exclude *.html
global-exclude *.json
global-exclude *.jsonl
global-exclude *.msgpack
global-exclude *.pdf
global-exclude *.pickle
global-exclude *.png
global-exclude *.pptx
global-exclude *.pyc
global-exclude *.pyd
global-exclude *.ods
global-exclude *.odt
global-exclude *.orc
global-exclude *.sas7bdat
global-exclude *.sav
global-exclude *.so
global-exclude *.xls
global-exclude *.xlsb
global-exclude *.xlsm
global-exclude *.xlsx
global-exclude *.xpt
Expand All @@ -39,6 +40,14 @@ global-exclude .DS_Store
global-exclude .git*
global-exclude \#*

global-exclude *.c
global-exclude *.cpp
global-exclude *.h

global-exclude *.py[codx]
global-exclude *.px[di]
global-exclude *.pxi.in

# GH 39321
# csv_dir_path fixture checks the existence of the directory
# exclude the whole directory to avoid running related tests in sdist
Expand Down

0 comments on commit d7c7390

Please sign in to comment.