X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/46e6ad89d596d0987f00440c77e42c36f7d347f7..d65d80d7c096e6afc500270ee29909f64869e5dc:/MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in index eed9938..36bf4c2 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,26 @@ -include README Makefile MANIFEST MANIFEST.in +### Manifest template for Catacomb/Python. -*-conf-*- + +## 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 + +## Scripts. +include pock include pwsafe -include debian/rules debian/control debian/changelog debian/copyright -recursive-include catacomb *.py -prune py + +## Manual pages. +include *.[13] + +## Python wrapping. +recursive-include catacomb *.py + +## Debian. +include debian/rules debian/control debian/changelog +include debian/copyright debian/compat debian/source/format