From b4a24e40f1023a16c902f1c869b9133d08d1b98d Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Fri, 18 Mar 2022 12:51:34 -0600 Subject: [PATCH] MANIFEST.in: Add tox.ini and pytest.ini Signed-off-by: Zack Cerza --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index bb73d9626..2683cd654 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,4 @@ include *.rst include requirements.txt +include tox.ini +include pytest.ini -- 2.47.3