From a2b75036e94bbed4a0d962145e5eb0656679850d Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Wed, 19 Dec 2018 01:08:51 +0100 Subject: [PATCH] Try to make sure json schemas are packaged --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b41e0c85f..1283b6af8 100755 --- a/setup.py +++ b/setup.py @@ -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()