From: Oleg Broytman Date: Sun, 28 Aug 2016 15:12:59 +0000 (+0300) Subject: Radically simplify MANIFEST.in by using global-include X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=commitdiff_plain;h=ac4ed4135599529a21a7c0e1293b84030778b7e7;ds=sidebyside Radically simplify MANIFEST.in by using global-include --- diff --git a/project_template/MANIFEST.in b/project_template/MANIFEST.in index 5014cb5..1d3d94f 100644 --- a/project_template/MANIFEST.in +++ b/project_template/MANIFEST.in @@ -1,4 +1,3 @@ -include docs/genapidocs -include COPYING ChangeLog MANIFEST.in Makefile TODO mk-distr *.txt -recursive-include docs Makefile *.py *.rst *.txt *.css *.js *.html *.gif *.png -recursive-include tests Makefile *.py +global-include Makefile *.py *.rst *.txt +include docs/genapidocs COPYING ChangeLog MANIFEST.in TODO mk-distr +recursive-include docs *.css *.js *.html *.gif *.png