From 89fbd54b003e350ee5d656b167e081d888d39dbd Mon Sep 17 00:00:00 2001 From: Hugo Date: Sat, 19 Oct 2019 14:55:31 +0300 Subject: [PATCH] Fix check-manifest --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 2f5f4f3..e8b93e0 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,6 @@ recursive-include docs * recursive-include tests * -include pytest.ini tox.ini .isort.cfg .coveragerc HISTORY.md README.md LICENSE AUTHORS +include pytest.ini tox.ini .isort.cfg .coveragerc *.md LICENSE AUTHORS prune docs/_build prune *.pyc prune __pycache__