Skip to content

Commit

Permalink
Backport PR pandas-dev#41981: BLD: Update MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjayhawkins authored and meeseeksmachine committed Jun 13, 2021
1 parent d7c7390 commit a82c580
Showing 1 changed file with 5 additions and 3 deletions.
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

0 comments on commit a82c580

Please sign in to comment.