diff options
author | Damir Jelić <poljar@termina.org.uk> | 2019-04-09 11:41:44 +0200 |
---|---|---|
committer | Damir Jelić <poljar@termina.org.uk> | 2019-04-09 11:41:44 +0200 |
commit | 54cb52e05e0d715c9e3c71ffeff05050732dea41 (patch) | |
tree | f08a884d25a49b9e5c2bdccc7580533e34fceae6 /python | |
parent | 32b99b793572c109fe0f3507705a10aefe2d8cf7 (diff) |
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.
Diffstat (limited to 'python')
-rw-r--r-- | python/MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/MANIFEST.in b/python/MANIFEST.in index db6309d..824b377 100644 --- a/python/MANIFEST.in +++ b/python/MANIFEST.in @@ -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 |