X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/e9fc59fa285cd6986540aa2e8eb1e8dcf9b3dfe7..dad564fa66dd0ab52058f25a0eaf6a8e5b3c4316:/MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in index 813894a..33ce54a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -### Manifest template for Catacomb/Python. +### Manifest template for Catacomb/Python. -*-conf-*- ## Generated build machinery. include COPYING auto-version mdwsetup.py pysetup.mk @@ -8,13 +8,20 @@ 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 ## Debian. -include debian/rules debian/control debian/changelog debian/copyright - +include debian/rules debian/control debian/changelog +include debian/copyright debian/compat debian/source/format