chiark / gitweb /
catacomb/__init__.py: Show selected `hash' in *DSA{Pub,Priv} objects.
[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
46e6ad89 13include pwsafe
e9fc59fa 14
4cc4728f
MW
15## Manual pages.
16include *.[13]
17
e9fc59fa 18## Python wrapping.
b2687a0a 19recursive-include catacomb *.py
e9fc59fa
MW
20
21## Debian.
37f827cf 22include debian/rules debian/control debian/changelog
fbe6f01e 23include debian/copyright debian/compat debian/source/format