diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-04-27 21:14:54 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-05-05 12:27:20 -0400 |
commit | 9b0bc779b53db4217c0766c9210607eafcf93a69 (patch) | |
tree | ee138c507c6a8b89c35b1302baaa5b9c55dec560 /MANIFEST.in | |
parent | 45621fe96644e4e15b421ef665be841ab324564e (diff) |
Think we need pytest.ini in the sdist now if its tests are to work when distributed
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index c7de9097..8c6fc5d9 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -include LICENSE setup_helper.py +include LICENSE setup_helper.py pytest.ini recursive-include docs * recursive-include tests *.py *.key *.pub recursive-include tests/configs * |