Include conftest.py in PyPI tarball
authorRobert Schütz <rschuetz17@gmail.com>
Mon, 26 Feb 2018 22:39:37 +0000 (23:39 +0100)
committerGitHub <noreply@github.com>
Mon, 26 Feb 2018 22:39:37 +0000 (23:39 +0100)
This is required to make the tests work.

MANIFEST.in

index 6fd9409801313e51b4cbc3d3129a73625df67309..7e355c44cbba0cd53488c4885f298df2f30376ac 100644 (file)
@@ -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