From e5cf10fbed29cf7099c3f59a17a71643eb746657 Mon Sep 17 00:00:00 2001 From: Tobias Happ Date: Sat, 1 Sep 2018 14:06:19 +0200 Subject: [PATCH] Adds tests in MANIFEST.in --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index bb14403d..69c8a787 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,8 @@ recursive-include src/dependency_injector *.py *.pyx *.pxd *.c +recursive-include tests *.py include README.rst include CONTRIBUTORS.rst include LICENSE.rst include requirements.txt include setup.py +include tox.ini