From: Oleg Broytman Date: Sun, 28 Aug 2016 15:01:19 +0000 (+0300) Subject: Radically simplify MANIFEST.in by using global-include X-Git-Tag: 0.0.15~37 X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=commitdiff_plain;h=ebf8a562e80806db8d9701e98eba36d4ebd42774 Radically simplify MANIFEST.in by using global-include --- diff --git a/MANIFEST.in b/MANIFEST.in index e9330cc..25a3560 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,6 @@ +global-include Makefile *.py *.rst *.txt include docs/genapidocs sample/m_librarian.conf -include COPYING ChangeLog MANIFEST.in Makefile TODO mk-distr *.txt -recursive-include docs* Makefile *.py *.rst *.txt *.css *.js *.html *.gif *.png -recursive-include m_librarian/translations Makefile *.mo *.po -recursive-include tests Makefile test_config.conf *.py *.inpx +include COPYING ChangeLog MANIFEST.in TODO mk-distr +recursive-include docs* *.css *.js *.html *.gif *.png +recursive-include m_librarian/translations *.mo *.po +recursive-include tests test_config.conf *.inpx