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>
This commit is contained in:
Damir Jelić 2018-11-28 14:54:10 +01:00 committed by Hubert Chathi
parent f160d693b6
commit f1d45c2cd3

View file

@ -1,3 +1,4 @@
include olm.h include include/olm/olm.h
include include/olm/pk.h
include Makefile include Makefile
include olm_build.py include olm_build.py