X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/d7ab1bab81155baa763449d5afa81e16df98dbe7..2c1ccbae1631ac8fc3c7332222c38a32e6ad2d17:/MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in index a00416c..e9531eb 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,20 @@ -include 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 + +## Python wrapping. recursive-include catacomb *.py + +## Debian. +include debian/rules debian/control debian/changelog +include debian/copyright debian/compat debian/source/format