projects
/
cookiecutter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
37155be
)
Radically simplify MANIFEST.in by using global-include
author
Oleg Broytman
<phd@phdru.name>
Sun, 28 Aug 2016 15:12:59 +0000
(18:12 +0300)
committer
Oleg Broytman
<phd@phdru.name>
Sun, 28 Aug 2016 15:12:59 +0000
(18:12 +0300)
project_template/MANIFEST.in
patch
|
blob
|
history
diff --git
a/project_template/MANIFEST.in
b/project_template/MANIFEST.in
index 5014cb5d4147335524b6b35753dd74950c6d7ba6..1d3d94fb9484b1a606d2fb79b518e50869f0d0f3 100644
(file)
--- 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