From: Oleg Broytman Date: Sun, 28 Aug 2016 15:03:34 +0000 (+0300) Subject: Radically simplify MANIFEST.in by using global-include X-Git-Tag: 2.7.0~12 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=dfab62c9d4072e1bc7421b9bb20e3de81138f45e Radically simplify MANIFEST.in by using global-include --- diff --git a/MANIFEST.in b/MANIFEST.in index 2a3ca57..8e8e515 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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