diff options
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 |