chiark / gitweb /
t/: Add a test suite.
[catacomb-python] / MANIFEST.in
CommitLineData
e9fc59fa
MW
1### Manifest template for Catacomb/Python.
2
3## Generated build machinery.
4include COPYING auto-version mdwsetup.py pysetup.mk
5
6## Basic build stuff.
7include MANIFEST.in setup.py Makefile
8
9## C extension code.
d7ab1bab 10include *.c *.h
553d59fe 11include t/*.py t/keyring
46e6ad89 12include algorithms.py
e9fc59fa 13exclude algorithms.h
46e6ad89 14include pwsafe
e9fc59fa
MW
15
16## Python wrapping.
b2687a0a 17recursive-include catacomb *.py
e9fc59fa
MW
18
19## Debian.
37f827cf 20include debian/rules debian/control debian/changelog
fbe6f01e 21include debian/copyright debian/compat debian/source/format