diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-05-27 19:43:51 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-05-31 15:17:11 +0200 |
commit | f42f5c1957e9c6ff8a61ef295b63dccead9b0ae8 (patch) | |
tree | efc3d1eb06f6cabd95635d88f957537312985a2a /MANIFEST.in | |
parent | 496d90f70a58c0040f8493aa8a5e4e2f106bfac7 (diff) | |
download | hydrilla-builder-f42f5c1957e9c6ff8a61ef295b63dccead9b0ae8.tar.gz hydrilla-builder-f42f5c1957e9c6ff8a61ef295b63dccead9b0ae8.zip |
incorporate version 2 of Hydrilla JSON schemas
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index b80abf7..83c925f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,7 +4,7 @@ # # Available under the terms of Creative Commons Zero v1.0 Universal. -include src/hydrilla/schemas/*.schema.json* +include src/hydrilla/schemas/*/*.schema.json* include src/hydrilla/builder/locales/*/LC_MESSAGES/hydrilla-messages.po include tests/source-package-example/* include tests/source-package-example/LICENSES/* |