From 17b88586d371123cc61d05079cc05b92f3268773 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 18 Sep 2016 20:38:06 +0300 Subject: [PATCH] MANIFEST: Include *.ini in tarball test_config_file_finder needs tox.ini present to pass. --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 96b10e7..74b090b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,7 @@ include *.rst include CONTRIBUTORS.txt include LICENSE +include *.ini global-exclude *.pyc recursive-include docs *.rst *.py recursive-include tests *.py *.ini *.rst *_diff