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()