X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/d9ce642a4d7c9c7ae91f9a7b4b8b81a143e5b582..94db70d4a9aa49a2f8fec1e3eca5b93dc33e61e2:/MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in index 5d19714..176ec8a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -8,10 +8,18 @@ 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