Skip to content

Commit 22c1a72

Browse files
committed
Update manifest to allow running tests from sdist
This change adds the requisite include directives to make sure the sdist is populated with the tests, tox.ini, and data files.
1 parent 144a5c9 commit 22c1a72

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Diff for: MANIFEST.in

+15
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
1+
## Core Package Requirements
2+
3+
# data files in the distribution
14
include src/check_jsonschema/builtin_schemas/vendor/*
25
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

Comments
 (0)