chiark / gitweb /
catacomb/__init__.py: Awful bodge for symbol conflict.
[catacomb-python] / MANIFEST.in
CommitLineData
d9ce642a 1### Manifest template for Catacomb/Python. -*-conf-*-
e9fc59fa
MW
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
46e6ad89 11include algorithms.py
e9fc59fa 12exclude algorithms.h
6bafc85a
MW
13
14## Scripts.
46e6ad89 15include pwsafe
e9fc59fa 16
4cc4728f
MW
17## Manual pages.
18include *.[13]
19
e9fc59fa 20## Python wrapping.
b2687a0a 21recursive-include catacomb *.py
e9fc59fa
MW
22
23## Debian.
37f827cf 24include debian/rules debian/control debian/changelog
fbe6f01e 25include debian/copyright debian/compat debian/source/format