diff options
author | Blazej Michalik <blazej.michalik@nokia.com> | 2020-07-26 19:27:07 +0200 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2020-08-30 14:28:27 -0400 |
commit | ad0ee51c799f09ec027baa9c81852e495f71a89d (patch) | |
tree | c6d1a8afdfc31c6594a81d345948b6c1b0bfcb23 /MANIFEST.in | |
parent | 27149acf794eb07a94ba73797fddc4c0066f2bf9 (diff) |
Add tests/configs directory to sdist
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 62239689..c7de9097 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,5 @@ include LICENSE setup_helper.py recursive-include docs * recursive-include tests *.py *.key *.pub +recursive-include tests/configs * recursive-include demos *.py *.key user_rsa_key user_rsa_key.pub |