X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/d9ce642a4d7c9c7ae91f9a7b4b8b81a143e5b582..ac5a6ec0cc3727397c5911e9ecd0355387fe2640:/MANIFEST.in?ds=sidebyside diff --git a/MANIFEST.in b/MANIFEST.in index 5d19714..33ce54a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -8,10 +8,17 @@ include MANIFEST.in setup.py Makefile ## C extension code. include *.c *.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