X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/0040152918b6695e73807fd479024db8a27a83fb..e9fc59fa285cd6986540aa2e8eb1e8dcf9b3dfe7:/MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in index af5f781..813894a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,20 @@ -include COPYING README Makefile MANIFEST MANIFEST.in +### Manifest template for Catacomb/Python. + +## Generated build machinery. +include COPYING auto-version mdwsetup.py pysetup.mk + +## Basic build stuff. +include MANIFEST.in setup.py Makefile + +## C extension code. include *.c *.h include algorithms.py +exclude algorithms.h include pwsafe -include debian/rules debian/control debian/changelog debian/copyright + +## Python wrapping. recursive-include catacomb *.py -prune py + +## Debian. +include debian/rules debian/control debian/changelog debian/copyright +