]> git.phdru.name Git - mimedecode.git/commitdiff
Radically simplify MANIFEST.in by using global-include
authorOleg Broytman <phd@phdru.name>
Sun, 28 Aug 2016 15:03:34 +0000 (18:03 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 28 Aug 2016 15:03:34 +0000 (18:03 +0300)
MANIFEST.in

index 2a3ca57430449b80f568e41ba1a015c06f85264d..8e8e5154e957b079622507264b56849fc49a43ea 100644 (file)
@@ -1,4 +1,4 @@
-include ANNOUNCE ChangeLog INSTALL.txt Makefile* MANIFEST.in TODO
-include mimedecode.docbook mimedecode.man mimedecode.html mimedecode.txt
-include ez_setup.py mk-distr requirements.txt
-recursive-include test .mailcap Makefile README test_all *.py *.txt
+global-include Makefile* *.py *.txt
+include ANNOUNCE ChangeLog MANIFEST.in TODO
+include mimedecode.docbook mimedecode.man mimedecode.html mk-distr
+include test/.mailcap test/README test/test_all