Просмотр исходного кода

deploy-ng: Add package data hooks for jsonschema

Mitchell Stokes 7 лет назад
Родитель
Сommit
8c5c2c3c7d
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      direct/src/showutil/dist.py

+ 1 - 0
direct/src/showutil/dist.py

@@ -67,6 +67,7 @@ macosx_binary_magics = (
 # mapping source directories (use / slashes) to target directories.
 PACKAGE_DATA_DIRS = {
     'matplotlib': {'matplotlib/mpl-data': 'mpl-data'},
+    'jsonschema': {'jsonschema/schemas': 'schemas'},
 }
 
 # site.py for Python 2.