Include conftest.py in PyPI tarball
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>
Mon, 5 Nov 2018 12:37:47 +0000 (13:37 +0100)
committerGitHub <noreply@github.com>
Mon, 5 Nov 2018 12:37:47 +0000 (13:37 +0100)
This is needed to successfully run the tests on Python 2.7.

MANIFEST.in

index 7e355c44cbba0cd53488c4885f298df2f30376ac..ae5ca21f8d8f225c242f47240c68279d5b4377c4 100644 (file)
@@ -5,6 +5,7 @@ include LICENSE
 include README.rst
 
 recursive-include tests *
+include conftest.py
 recursive-exclude * __pycache__
 recursive-exclude * *.py[co]