Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BLD: Update MANIFEST.in #41981

Merged
merged 8 commits into from
Jun 13, 2021
Merged
8 changes: 5 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ global-exclude *.c
global-exclude *.cpp
global-exclude *.h

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

# GH 39321
# csv_dir_path fixture checks the existence of the directory
Expand All @@ -56,3 +55,6 @@ prune pandas/tests/io/parser/data
include versioneer.py
include pandas/_version.py
include pandas/io/formats/templates/*.tpl

graft pandas/_libs/src
graft pandas/_libs/tslibs/src