Skip to content

Commit e9eb82c

Browse files
Backport PR #41981: BLD: Update MANIFEST.in (#41983)
Co-authored-by: Simon Hawkins <[email protected]>
1 parent d7c7390 commit e9eb82c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

MANIFEST.in

+5-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ global-exclude *.c
4444
global-exclude *.cpp
4545
global-exclude *.h
4646

47-
global-exclude *.py[codx]
48-
global-exclude *.px[di]
49-
global-exclude *.pxi.in
47+
global-exclude *.py[ocd]
48+
global-exclude *.pxi
5049

5150
# GH 39321
5251
# csv_dir_path fixture checks the existence of the directory
@@ -56,3 +55,6 @@ prune pandas/tests/io/parser/data
5655
include versioneer.py
5756
include pandas/_version.py
5857
include pandas/io/formats/templates/*.tpl
58+
59+
graft pandas/_libs/src
60+
graft pandas/_libs/tslibs/src

0 commit comments

Comments
 (0)