diff options
author | Ben McGinnes <[email protected]> | 2018-10-03 21:06:57 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2018-10-03 21:06:57 +0000 |
commit | 2151b9828af3760867e856ab939b835a6e2f42e7 (patch) | |
tree | 00fa9b5e9ae35b59a61bbde4705dc46c973c181f /lang/python/MANIFEST.in | |
parent | docs: python bindings (diff) | |
download | gpgme-2151b9828af3760867e856ab939b835a6e2f42e7.tar.gz gpgme-2151b9828af3760867e856ab939b835a6e2f42e7.zip |
docs: python
* More restructuring. Also the painstaking task of deciphering some
of the more eclectic aspects of Texinfo and make.
Diffstat (limited to 'lang/python/MANIFEST.in')
-rw-r--r-- | lang/python/MANIFEST.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/python/MANIFEST.in b/lang/python/MANIFEST.in index c34e84a2..bd7462a5 100644 --- a/lang/python/MANIFEST.in +++ b/lang/python/MANIFEST.in @@ -1,4 +1,9 @@ -recursive-include examples *.py +recursive-include docs *.org *.texi *.info *.rst +recursive-include docs src *.org +recursive-include docs rst *.rst +recursive-include docs texinfo *.texi *.infok +recursive-include examples *.py *.pyx +include README README.org include gpgme.i include helpers.c helpers.h private.h include version.py |