From 932eae4c595f990689aa6f8c412c1332bc810a34 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 27 Apr 2016 10:02:47 +0200 Subject: [PATCH] release 1.2.26 --- MANIFEST.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 57f5453..15ad264 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,4 +5,5 @@ include VERSION include Changelog include COPYING include testsettings.py -recursive-include tests *.py +include tox.ini +recursive-include tests *.py *.xml *.html