diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2024-04-24 15:29:28 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2024-04-24 15:32:42 +0200 |
commit | 0c7323ae032fe7e1601601f0837ba54539c1a4fa (patch) | |
tree | 88e9d0c581c204094244e09760c37967691eab4c /MANIFEST.in | |
parent | 1dd720e861787bb4356cf8ae6ed3cab484f9cc9c (diff) |
Fix script installation via pyproject.toml.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index a4b5348..5669354 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,6 +4,7 @@ recursive-include docs * recursive-exclude docs/build * include CHANGELOG.rst recursive-include tests/data * +recursive-include scripts * include run_tests include run_coverage include run_qa |