From 2fbb89325ace18b787fc5f392cb7659a36b005dc Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 18 Apr 2011 23:12:03 -0400 Subject: 'prune' is for directories, and it turns out we don't need to 'exclude' this file either, it was never included in the first place. --- MANIFEST.in | 1 - 1 file changed, 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 19663a2d..65a60a06 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -9,4 +9,3 @@ include README.txt include CHANGES.txt include AUTHORS.txt prune test -prune __main__.py -- cgit v1.2.1