Try to make sure json schemas are packaged

This commit is contained in:
Matthew Honnibal 2018-12-19 01:08:51 +01:00
parent 0f83b98afa
commit a2b75036e9

View File

@ -27,7 +27,7 @@ def is_new_osx():
return False
PACKAGE_DATA = {"": ["*.pyx", "*.pxd", "*.txt", "*.tokens"]}
PACKAGE_DATA = {"": ["*.pyx", "*.pxd", "*.txt", "*.tokens", ".json"]}
PACKAGES = find_packages()