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