Diff of /MANIFEST.in [000000] .. [879b32]

Switch to side-by-side view

--- a
+++ b/MANIFEST.in
@@ -0,0 +1,14 @@
+include README.rst
+include INSTALL.md
+include LICENSE
+
+graft qiita_core
+graft qiita_db
+graft qiita_pet
+graft qiita_ware
+graft scripts
+
+global-exclude *.pyc
+global-exclude *.pyo
+global-exclude .git
+global-exclude *~