From 17923d59d1b597f2d013e16fec28bd7feea13b7f Mon Sep 17 00:00:00 2001 From: Dean Gardiner Date: Tue, 5 Dec 2017 15:40:16 +1300 Subject: [PATCH] Updated [MANIFEST.in] --- MANIFEST.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 172ed50..565576d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ exclude * recursive-include bencode *.py -recursive-include tests * +recursive-include tests fixtures\* *.py include requirements*.txt .coveragerc .gitignore *.cfg *.in *.ini *.py *.rst *.yml -global-exclude *.iml *.pyc \ No newline at end of file +global-exclude *.iml *.pyc