From: Robert Schütz Date: Mon, 26 Feb 2018 22:39:37 +0000 (+0100) Subject: Include conftest.py in PyPI tarball X-Git-Tag: 1.4.1~5^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9f4d3c34b210c570c3061f43edb9bb35b116defb;p=cached-property.git Include conftest.py in PyPI tarball This is required to make the tests work. --- 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