From 6414089bcf12a87618f8abcdf951fe71b5be901f Mon Sep 17 00:00:00 2001 From: Travis Rhoden Date: Tue, 31 Mar 2015 16:29:38 -0400 Subject: [PATCH] Include tox.ini in sdist tarball That way downstream packaging can use it. Signed-off-by: Travis Rhoden --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 22710c1..f979cab 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,4 +2,5 @@ include *.rst include LICENSE include scripts/ceph-deploy include vendor.py +include tox.ini prune ceph_deploy/test -- 2.47.3