From 114c474a5498f5ec731ac5cc05a491f74e66765d Mon Sep 17 00:00:00 2001 From: arno renevier Date: Mon, 1 Jul 2024 14:47:16 -0700 Subject: [PATCH] remove useless exclude declaration in MANIFEST.in (#16) examples/update.sh is not included by the recursive-include rule above. This results in the following warning when building a source distribution: warning: no previously-included files found matching 'examples/update.sh --- MANIFEST.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 433fcb1..ff22f8f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -7,5 +7,3 @@ include tests/VLGothic/* recursive-include examples blockdiagrc *.diag *.png *.svg recursive-include src *.py recursive-include tests README *.py *.diag *.gif *.png - -exclude examples/update.sh