summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-07-06 22:55:18 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-07-06 22:55:18 +0200
commit14f84dc139317de4cfc02ff36c2ad799b060dbaf (patch)
tree5163e8e596302e570a2e39c62d7a9df0e1490e28 /MANIFEST.in
parent18afe3e2ebdb10bbc542d79280344d9adf923d2f (diff)
parent083849161f075878e4175cd03cb7afa83d64e7f5 (diff)
Updated version 0.9.0 from 'upstream/0.9.0'
with Debian dir 04f2bb3e026e2a983dcac5cdcc35c9dd8f6b91ab
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in23
1 files changed, 23 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..1525900
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,23 @@
+include *.rst
+include *.in
+include requirements.txt
+include po/LINGUAS
+include install.py
+include upgrade.py
+recursive-include data *.in
+recursive-include data *.png
+recursive-include data *.svg
+recursive-include data *.xpm
+recursive-include doc *.pod
+recursive-include po *.in
+recursive-include po *.po
+recursive-include po *.pot
+recursive-include raphodo *.py
+recursive-include raphodo *.qrc
+recursive-include raphodo *.txt
+global-exclude *~ *.pyc
+exclude raphodo/test.py
+exclude raphodo/test2.py
+prune raphodo/tests
+prune debian
+prune images