summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2014-06-07 22:20:54 -0300
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2014-06-07 22:20:54 -0300
commitfc8b5335b806c354c702123d1f1413544f7fb319 (patch)
tree4d1993c32708149a12e9080a2def5ab474d7cf9e /MANIFEST.in
parent8d801a1dce41cc682349ea3da1e4d26a69550960 (diff)
downloadclick-fc8b5335b806c354c702123d1f1413544f7fb319.tar.gz
added MANIFEST.in
This fixes the release tarballs, that are being shipped without docs, examples and tests.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..69c14eb
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,12 @@
+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
+prune docs/_build