summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2016-04-12 15:14:02 -0700
committerMicah Lee <micah@micahflee.com>2016-04-12 15:14:02 -0700
commite81f809882b38c2b0890a71ae6e7e00eab7f0687 (patch)
tree54fa2914e996516d65d25f13b63475f30ce75a36 /MANIFEST.in
parent7c18d77fb20ea8f852a922fe169bed70f03c713a (diff)
downloadonionshare-e81f809882b38c2b0890a71ae6e7e00eab7f0687.tar.gz
onionshare-e81f809882b38c2b0890a71ae6e7e00eab7f0687.zip
Move all resources (locale, images, html, version.txt) into central resources dir, and clean up logic to find absolute paths to resources
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in10
1 files changed, 4 insertions, 6 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index c9326602..f3b104e2 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,12 +1,10 @@
include LICENSE
include README.md
include BUILD.md
-include version.txt
-include onionshare/index.html
-include onionshare/404.html
-include onionshare/strings.json
+include resources/*
+include resources/images/*
+include resources/locale/*
+include resources/html/*
include install/onionshare.desktop
include install/onionshare.appdata.xml
include install/onionshare80.xpm
-include images/*.png
-include locale/*.json