From 185b41d0e55429053781113bcc96f7951600bb7d Mon Sep 17 00:00:00 2001 From: Jeff Reback Date: Fri, 6 Oct 2017 10:16:39 -0400 Subject: [PATCH] BLD: fix setup.py for xref #17798 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 23457c6f4edc1..365d387dc54d6 100755 --- a/setup.py +++ b/setup.py @@ -720,7 +720,7 @@ def pxd(name): 'sas/data/*.sas7bdat', 'data/*.html', 'data/html_encoding/*.html', - 'json/data/*.json'], + 'json/data/*.json*'], 'pandas.tests.io.formats': ['data/*.csv'], 'pandas.tests.io.msgpack': ['data/*.mp'], 'pandas.tests.reshape': ['data/*.csv'],