From 13ae2fe28b9f52ef921cc73e07fc19429d929149 Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Tue, 24 Nov 2015 20:49:19 +0100 Subject: [PATCH] adopt review comment of #1186 --- MANIFEST.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 4a18c536a..9fc16c553 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -10,10 +10,13 @@ include setup.py include .coveragerc +include plugin-test.sh +include requirements-docs.txt +include runtox.py + recursive-include bench *.py recursive-include extra *.py - graft testing graft doc @@ -29,6 +32,3 @@ exclude appveyor exclude ISSUES.txt exclude HOWTORELEASE.rst -exclude plugin-test.sh -exclude requirements-docs.txt -exclude runtox.py