Fix packaging of json schemas

This commit is contained in:
Matthew Honnibal 2018-12-19 13:54:02 +01:00
parent 35ff889852
commit b7ce85a6f3

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"]}
PACKAGES = find_packages()