Skip to content

Commit 39f1dec

Browse files
committed
BUILD: add bz2, gz to setup.py, xref GH9770
1 parent 67b08f6 commit 39f1dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ def pxd(name):
602602
],
603603
package_data={'pandas.io': ['tests/data/legacy_hdf/*.h5',
604604
'tests/data/legacy_pickle/*/*.pickle',
605-
'tests/data/*.csv',
605+
'tests/data/*.csv*',
606606
'tests/data/*.dta',
607607
'tests/data/*.txt',
608608
'tests/data/*.xls',

0 commit comments

Comments
 (0)