python: Add the SAS header to the manifest.

The SAS header is required to build the package therefore it needs to be
shipped with the source distribution of the package.

Adding it to the manifest achieves this.
This commit is contained in:
Damir Jelić 2019-04-09 11:41:44 +02:00
parent 32b99b7935
commit 54cb52e05e

View file

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