From ebd4e228d340b7bc11cd4a7e03a484e0a59045cf Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Mon, 15 Jul 2013 23:55:33 -0400 Subject: [PATCH] Include everying in the test directory in source tarballs. Resolves #256. --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index a790f8d5..88ccd92f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,4 +3,5 @@ include CHANGELOG.rst include LICENSE.txt include AUTHORS.txt include jedi/mixin/*.pym +recursive-include test * recursive-exclude * *.pyc