summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorNicholas Chammas <nicholas.chammas@gmail.com>2015-12-10 13:16:52 -0500
committerNicholas Chammas <nicholas.chammas@gmail.com>2015-12-21 18:31:55 -0500
commit591848711d31e319d15761aa322418d1de0de462 (patch)
tree9b891463a0722134c08217c0f7fb7b1dcd1d1459 /MANIFEST.in
parent8c6c1505adf8ef701f6006a6749a0a493a67fbef (diff)
downloadclick-591848711d31e319d15761aa322418d1de0de462.tar.gz
Simplify commands, add .DS_Store
Full syntax is here: https://docs.python.org/3/distutils/commandref.html
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in17
1 files changed, 7 insertions, 10 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 69c14eb..15458cf 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,12 +1,9 @@
include Makefile CHANGES LICENSE
-recursive-include artwork *
-recursive-include tests *
-recursive-include examples *
-recursive-include docs *
-recursive-exclude docs *.pyc
-recursive-exclude docs *.pyo
-recursive-exclude tests *.pyc
-recursive-exclude tests *.pyo
-recursive-exclude examples *.pyc
-recursive-exclude examples *.pyo
+
+graft artwork
+graft tests
+graft examples
+graft docs
prune docs/_build
+
+global-exclude *.py[co] .DS_Store