X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/6bafc85afd0ba6b8cbe83487eaf5f0d846c76fb7..27dc0847b3fcbbd13ced4ace2d31a0ed080d3ef1:/MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in index daa3b6d..84b81d1 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -8,10 +8,13 @@ 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. @@ -23,3 +26,4 @@ recursive-include catacomb *.py ## Debian. include debian/rules debian/control debian/changelog include debian/copyright debian/compat debian/source/format +include debian/*.install