We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c7390 commit e9eb82cCopy full SHA for e9eb82c
MANIFEST.in
@@ -44,9 +44,8 @@ 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
+global-exclude *.py[ocd]
+global-exclude *.pxi
50
51
# GH 39321
52
# csv_dir_path fixture checks the existence of the directory
@@ -56,3 +55,6 @@ prune pandas/tests/io/parser/data
56
55
include versioneer.py
57
include pandas/_version.py
58
include pandas/io/formats/templates/*.tpl
+
59
+graft pandas/_libs/src
60
+graft pandas/_libs/tslibs/src
0 commit comments