Skip to content

Commit 69385bd

Browse files
committed
TST: copy addtional data files on install
closes pandas-dev#18870
1 parent 15f6cdb commit 69385bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,9 @@ def pxd(name):
721721
'pandas.tests.io': ['data/legacy_hdf/*.h5',
722722
'data/legacy_pickle/*/*.pickle',
723723
'data/legacy_msgpack/*/*.msgpack',
724-
'data/html_encoding/*.html']},
724+
'data/html_encoding/*.html',
725+
'data/*.feather'
726+
'data/*.jsonl']},
725727
ext_modules=extensions,
726728
maintainer_email=EMAIL,
727729
description=DESCRIPTION,

0 commit comments

Comments
 (0)