aboutsummaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2015-10-04 13:47:55 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2015-10-04 13:48:41 -0500
commit2ecd303d0a52895f263cd775a3113b4467062b10 (patch)
tree3a5ce01beeb3338893ef1b7e7972dd9bbbfd9d47 /MANIFEST.in
parent224c5f7db47ab55b30632d60ea84e7a69b8a95bd (diff)
downloaduritemplates-2ecd303d0a52895f263cd775a3113b4467062b10.tar.gz
Clean up and actually run tests from fixtures
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index c36f0c7..0c06e4c 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -2,3 +2,9 @@ include README.rst
include HISTORY.rst
include LICENSE
include AUTHORS.rst
+
+recursive-include docs *
+recursive-include tests *
+
+prune docs/_build
+global-exclude *.py[cdo] __pycache__ *.so *.pyd