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