From 537a5ca047aa5240476332a26f39f949c9a15458 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 5 Nov 2018 13:37:47 +0100 Subject: [PATCH] Include conftest.py in PyPI tarball This is needed to successfully run the tests on Python 2.7. --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 7e355c4..ae5ca21 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,6 +5,7 @@ include LICENSE include README.rst recursive-include tests * +include conftest.py recursive-exclude * __pycache__ recursive-exclude * *.py[co] -- 2.30.2