From 9f4d3c34b210c570c3061f43edb9bb35b116defb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 26 Feb 2018 23:39:37 +0100 Subject: [PATCH] Include conftest.py in PyPI tarball This is required to make the tests work. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 6fd9409..7e355c4 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -8,4 +8,4 @@ recursive-include tests * recursive-exclude * __pycache__ recursive-exclude * *.py[co] -recursive-include docs *.rst conf.py Makefile make.bat \ No newline at end of file +recursive-include docs *.rst conftest.py Makefile make.bat -- 2.30.2