From 8a38c6760f8ebdb60f81c45e29c16d6baab6e9c1 Mon Sep 17 00:00:00 2001 From: Travis Rhoden Date: Tue, 31 Mar 2015 16:32:05 -0400 Subject: [PATCH] Remove pruning of not-present test dir from MANIFEST At one time we pruned the test dir, but then it got renamed to tests and we've been including it ever since. Other packagers expect to see the test, so remove the pointless line Signed-off-by: Travis Rhoden --- MANIFEST.in | 1 - 1 file changed, 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index f979cab..370e3d9 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,4 +3,3 @@ include LICENSE include scripts/ceph-deploy include vendor.py include tox.ini -prune ceph_deploy/test -- 2.47.3