From 9ddc1b5a75fcda3c508db0661e004607051c54bb Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Thu, 7 May 2020 00:15:18 +0200 Subject: [fix] exclude instead of prune in MANIFEST.in --- MANIFEST.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 47c0d58..3af9297 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -15,5 +15,5 @@ include docs/* include __pkginfo__.py prune debian prune docs/_build -prune .hgrc -prune .gitlab-ci.yml +exclude .hgrc +exclude .gitlab-ci.yml -- cgit v1.2.1