-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathMANIFEST.in
More file actions
28 lines (28 loc) · 1.41 KB
/
Copy pathMANIFEST.in
File metadata and controls
28 lines (28 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
include src/adcp/ADCP_VERSION
include README.md
include LICENSE
include MIGRATION*.md
recursive-include src/adcp py.typed
recursive-include src/adcp/reporting/materializer/assets *.json
recursive-include src/adcp/_compliance/3.2.0-rc.6 *.json *.jsonl *.yaml *.md
# Bundled AdCP JSON schemas. ``scripts/bundle_schemas.py`` mirrors
# ``schemas/cache/`` into ``src/adcp/_schemas/`` before ``python -m
# build`` so the validator ships with the wheel. Keep distributions on
# supported bundles, including historical v32's beta.6 and rc.3 continuations.
recursive-include src/adcp/_schemas/2.5 *.json
recursive-include src/adcp/_schemas/3.0 *.json
recursive-include src/adcp/_schemas/3.1 *.json
recursive-include src/adcp/_schemas/3.2.0-beta.6 *.json
recursive-include src/adcp/_schemas/3.2.0-rc.3 *.json
recursive-include src/adcp/_schemas/3.2.0-rc.6 *.json
prune src/adcp/_schemas/3.1.0-*
# A clean VCS source tree has no ignored ``src/adcp/_schemas`` directory.
# Keep the tracked inputs needed by the build_py hook in source distributions
# so wheels built from an sdist have the same schema set as direct VCS wheels.
recursive-include schemas/cache/2.5 *.json
recursive-include schemas/cache/3.0 *.json
recursive-include schemas/cache/3.1 *.json
recursive-include schemas/cache/3.2.0-beta.6 *.json
recursive-include schemas/cache/3.2.0-rc.3 *.json
recursive-include schemas/cache/3.2.0-rc.6 *.json
recursive-include schemas/releases *.json