From: Robert Schütz Date: Mon, 5 Nov 2018 12:37:47 +0000 (+0100) Subject: Include conftest.py in PyPI tarball X-Git-Tag: 1.5.2~18^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=537a5ca047aa5240476332a26f39f949c9a15458;p=cached-property.git Include conftest.py in PyPI tarball This is needed to successfully run the tests on Python 2.7. --- 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]