From c5991d825c6c95577a0569766966b36338f26641 Mon Sep 17 00:00:00 2001 From: chfw Date: Mon, 7 Jan 2019 07:13:29 +0000 Subject: [PATCH] :hammer: #11 add more content of tests folder --- MANIFEST.in | 2 +- tests/requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index d916d74..c5f22c6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ include README.rst include LICENSE include CHANGELOG.rst -include tests/*.py +recursive-include tests * include docs/source/* diff --git a/tests/requirements.txt b/tests/requirements.txt index 1766364..8c52119 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -3,6 +3,5 @@ nose codecov coverage flake8 -six black;python_version>="3.6" isort;python_version>="3.6"