summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-10-29 22:57:11 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-10-29 22:57:51 +0900
commit26164bcdb2d89ec91828acbdfd3f569b770498ee (patch)
tree9b773ee2370667d886725b13cb13db7926b4f861 /MANIFEST.in
parent38507b4e1532273c13018472080c3fca3897fd92 (diff)
downloadbuildstream-26164bcdb2d89ec91828acbdfd3f569b770498ee.tar.gz
MANIFEST.in: Include SVG and ODG files in source distributions
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 5c001616a..41c09d74e 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -16,6 +16,8 @@ recursive-include doc/source *.rst
recursive-include doc/source *.py
recursive-include doc/source *.in
recursive-include doc/source *.html
+recursive-include doc/source *.odg
+recursive-include doc/source *.svg
recursive-include doc/examples *
# Tests