diff options
author | Justus Winter <[email protected]> | 2016-07-11 14:38:37 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-07-11 16:09:54 +0000 |
commit | 007382ce94a6318557370c440f7d609a030a119e (patch) | |
tree | 45875e9d7566290ef77c086b513338a9458624ca /lang/python/MANIFEST.in | |
parent | python: Do not depend on access to internal data structures. (diff) | |
download | gpgme-007382ce94a6318557370c440f7d609a030a119e.tar.gz gpgme-007382ce94a6318557370c440f7d609a030a119e.zip |
python: Enable out-of-tree build of pyme bindings.
* lang/python/MANIFEST.in: Update manifest template.
* lang/python/Makefile.am: Copy more files, move generation of files
to Python build script, add 'sdist' target to build a Python source
distribution.
* lang/python/gpgme-h-clean.py: Add code to build 'errors.i'.
* lang/python/setup.py.in: Generate files, enable out-of-tree builds.
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'lang/python/MANIFEST.in')
-rw-r--r-- | lang/python/MANIFEST.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/python/MANIFEST.in b/lang/python/MANIFEST.in index f0795385..abdc08ff 100644 --- a/lang/python/MANIFEST.in +++ b/lang/python/MANIFEST.in @@ -1,5 +1,4 @@ -recursive-include examples *.py *.glade *.gladep +recursive-include examples *.py include gpgme-h-clean.py gpgme.i include helpers.c helpers.h -include Makefile recursive-include pyme *.py |