X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/d9ce642a4d7c9c7ae91f9a7b4b8b81a143e5b582..a6bd51d5a77eac779f8c917bbba08fa841837bc7:/MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in index 5d19714..84b81d1 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -8,13 +8,22 @@ include MANIFEST.in setup.py Makefile ## C extension code. include *.c *.h +include pyke/*.c pyke/*.h +include t/*.py t/keyring include algorithms.py exclude algorithms.h + +## Scripts. +include pock include pwsafe +## Manual pages. +include *.[13] + ## Python wrapping. recursive-include catacomb *.py ## Debian. include debian/rules debian/control debian/changelog include debian/copyright debian/compat debian/source/format +include debian/*.install