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

index 5014cb5d4147335524b6b35753dd74950c6d7ba6..1d3d94fb9484b1a606d2fb79b518e50869f0d0f3 100644 (file)
@@ -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