summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2017-11-20 16:19:04 -0800
committerMicah Lee <micah@micahflee.com>2017-11-20 16:19:04 -0800
commitd544a0341f9390baf3e5510ea5bef5fe1fafaa2c (patch)
tree3f021e4c6532cbbe4cd0b0969e79db4d6c147ce6 /MANIFEST.in
parent21e1dac2c3c5acb4131cb6b4824f886f7350cab7 (diff)
downloadonionshare-d544a0341f9390baf3e5510ea5bef5fe1fafaa2c.tar.gz
onionshare-d544a0341f9390baf3e5510ea5bef5fe1fafaa2c.zip
Allow tests to find share folders when building .deb
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 64eca8f9..f4d1c078 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,11 +1,12 @@
include LICENSE
include README.md
include BUILD.md
-include resources/*
-include resources/images/*
-include resources/locale/*
-include resources/html/*
+include share/*
+include share/images/*
+include share/locale/*
+include share/html/*
include install/onionshare.desktop
include install/onionshare.appdata.xml
include install/onionshare80.xpm
include install/scripts/onionshare-nautilus.py
+include test/*.py