Skip to content

Commit 5bb693a

Browse files
authored
BLD: fix setup.py for xref #17798 (#17804)
1 parent 3b4121b commit 5bb693a

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
@@ -720,7 +720,7 @@ def pxd(name):
720720
'sas/data/*.sas7bdat',
721721
'data/*.html',
722722
'data/html_encoding/*.html',
723-
'json/data/*.json'],
723+
'json/data/*.json*'],
724724
'pandas.tests.io.formats': ['data/*.csv'],
725725
'pandas.tests.io.msgpack': ['data/*.mp'],
726726
'pandas.tests.reshape': ['data/*.csv'],

0 commit comments

Comments
 (0)