summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Peuch <cortex@worlddomination.be>2020-05-07 00:15:18 +0200
committerLaurent Peuch <cortex@worlddomination.be>2020-05-07 00:15:18 +0200
commit9ddc1b5a75fcda3c508db0661e004607051c54bb (patch)
treed0f0f088cc49b571c5a976ea90d38510f73a0932
parent64d6c97977ccaff2161d7aeed8867ac9ab452380 (diff)
downloadlogilab-common-9ddc1b5a75fcda3c508db0661e004607051c54bb.tar.gz
[fix] exclude instead of prune in MANIFEST.in
-rw-r--r--MANIFEST.in4
1 files 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