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:
parent
f160d693b6
commit
f1d45c2cd3
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue