We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144a5c9 commit 22c1a72Copy full SHA for 22c1a72
MANIFEST.in
@@ -1,2 +1,17 @@
1
+## Core Package Requirements
2
+
3
+# data files in the distribution
4
include src/check_jsonschema/builtin_schemas/vendor/*
5
include src/check_jsonschema/builtin_schemas/custom/*.json
6
7
+## Testing Requirements
8
9
+# include all test files and test data files
10
+recursive-include tests *.py *.json *.yaml *.yml *.json5 *.toml
11
12
+# the test runner
13
+include tox.ini
14
15
+# needed as a data file for the tests (several tests check integrity
16
+# against this file)
17
+include .pre-commit-hooks.yaml
0 commit comments