aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorDamir Jelić <poljar@termina.org.uk>2018-11-28 14:54:10 +0100
committerHubert Chathi <hubert@uhoreg.ca>2019-04-08 15:04:32 -0400
commitf1d45c2cd330f239e41b50d6be14df7795a57c9f (patch)
tree94177c92bd9a0284a48d164f83fc54e91d526e93 /python
parentf160d693b627a1159ed5837a4e9630100ab3f67e (diff)
python: Fix the MANIFEST file.
This patch adds the Olm header files to the manifest, this results in the header files being added to source distributions of the python-olm module. The headers are required to build the module. Including them in the source distribution is the easiest way to make sure that builds from the source distribution will succeed provided that the Olm C library is already installed. Signed-off-by: Damir Jelić <poljar@termina.org.uk>
Diffstat (limited to 'python')
-rw-r--r--python/MANIFEST.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/MANIFEST.in b/python/MANIFEST.in
index bfddd4f..db6309d 100644
--- a/python/MANIFEST.in
+++ b/python/MANIFEST.in
@@ -1,3 +1,4 @@
-include olm.h
+include include/olm/olm.h
+include include/olm/pk.h
include Makefile
include olm_build.py