From: Zack Cerza Date: Fri, 18 Mar 2022 18:51:34 +0000 (-0600) Subject: MANIFEST.in: Add tox.ini and pytest.ini X-Git-Tag: 1.2.0~179^2~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b4a24e40f1023a16c902f1c869b9133d08d1b98d;p=teuthology.git MANIFEST.in: Add tox.ini and pytest.ini Signed-off-by: Zack Cerza --- diff --git a/MANIFEST.in b/MANIFEST.in index bb73d962..2683cd65 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,4 @@ include *.rst include requirements.txt +include tox.ini +include pytest.ini