From 417d025134dac7f349c0a96b06838e68f4e97c2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sun, 8 Apr 2018 16:35:36 +0200 Subject: [PATCH] Inlcude tests in PyPI tarball The tests are useful for downstream packagers and do not hurt normal users (because they are usually not run). --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 4c8fbbf..c716a56 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -11,4 +11,4 @@ recursive-exclude docs *.pyo prune docs/_build recursive-include sigal/themes * include sigal/templates/sigal.conf.py -recursive-exclude tests * +recursive-include tests *