From 96dd143a18aec72fff1c0743a4a6146b45403d65 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sat, 28 Sep 2019 16:35:39 +0200 Subject: [PATCH] Install json.gz files --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0c6269bef..e26de7a10 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def is_new_osx(): return False -PACKAGE_DATA = {"": ["*.pyx", "*.pxd", "*.txt", "*.tokens", "*.json"]} +PACKAGE_DATA = {"": ["*.pyx", "*.pxd", "*.txt", "*.tokens", "*.json", "*.json.gz"]} PACKAGES = find_packages()