Commit 7d1ea01
committed
Install *.yaml files from meta-schemas and schemas
The Arch Linux package uses the following commands to build and install
the project:
$ python -m build --wheel --no-isolation
$ python -m installer --destdir="$pkgdir" dist/*.whl
The installed output in $pkgdir however does not contain the *.yaml
schemas from dtschema/meta-schemas and dtschema/schemas. Add setuptools
configuration so the *.yaml files are installed.
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>1 parent aa85941 commit 7d1ea01
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
8 | 14 | | |
9 | 15 | | |
10 | 16 | | |
| |||
0 commit comments