summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2023-04-27 21:14:54 -0400
committerJeff Forcier <jeff@bitprophet.org>2023-05-05 12:27:20 -0400
commit9b0bc779b53db4217c0766c9210607eafcf93a69 (patch)
treeee138c507c6a8b89c35b1302baaa5b9c55dec560
parent45621fe96644e4e15b421ef665be841ab324564e (diff)
downloadparamiko-9b0bc779b53db4217c0766c9210607eafcf93a69.tar.gz
Think we need pytest.ini in the sdist now if its tests are to work when distributed
-rw-r--r--MANIFEST.in2
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 *