diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-02-10 09:40:31 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2021-02-10 09:40:50 +0100 |
commit | c3a5923a2a961fc61f1036eddc569bb3a1a4fa7f (patch) | |
tree | 195c2cc785033aa13b24f1b821136bb8d7e83320 /MANIFEST.in | |
parent | c209c54eecc7df2e4af8cb5ea39fac04ae7218bf (diff) |
Include test running scripts in the released packagev0.8.0
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index c092241..c190555 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,3 +3,6 @@ recursive-include docs * recursive-exclude docs/build * include CHANGELOG.rst recursive-include tests/data * +include run_tests +include run_coverage +include run_qa |