From 1795ba1d5cad15b7505136d63367c7f9dbdc969a Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Sat, 16 Mar 2019 15:59:34 +0700 Subject: [PATCH] MANIFEST.in: Add tests Closes https://github.com/TvoroG/pytest-lazy-fixture/issues/36 --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index f3155af..51565b1 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ include LICENSE include README.md - +recursive-include tests *.py recursive-exclude * __pycache__ recursive-exclude * *.py[co]