summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2015-11-15 16:45:26 +1100
committerBrian May <brian@linuxpenguins.xyz>2015-11-15 16:45:26 +1100
commitd4f10b232a031004905fa1705829a2060764c407 (patch)
tree7bfca19f6057c53adda2b050e7df3fabd3adcdf2 /MANIFEST.in
parent41b8ad4c9797c58e11cd3c562a77bbce907d1c9e (diff)
Restructure code
* Make compatible with setuptools. * Load modules via ssh into separate modules, not the one name space.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..cb65042
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,5 @@
+include *.txt
+include *.rst
+include *.py
+include MANIFEST.in
+recursive-include sshuttle *.py