Install json.gz files

This commit is contained in:
Matthew Honnibal 2019-09-28 16:35:39 +02:00
parent 10742d3219
commit 96dd143a18

View File

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