diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-10-08 17:04:29 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2020-10-08 17:04:29 +0200 |
commit | 0e2c3f53acaf8ca2dbbc7c2420b157b338b6fdcb (patch) | |
tree | 175eb5fa9cb7bcd6db7d5ffdc42da9b5504090f6 | |
parent | 3115cf77ae970ca5804eee5d0a2cc32665438659 (diff) |
Include test data in the generated tarball
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index aa4221c..c092241 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,3 +2,4 @@ recursive-exclude * .gitignore recursive-include docs * recursive-exclude docs/build * include CHANGELOG.rst +recursive-include tests/data * |