ec.c: Accept and discard parentheses around a point when parsing.
[catacomb-python] / MANIFEST.in
index 5d19714..84b81d1 100644 (file)
@@ -8,13 +8,22 @@ include MANIFEST.in setup.py Makefile
 
 ## C extension code.
 include *.c *.h
+include pyke/*.c pyke/*.h
+include t/*.py t/keyring
 include algorithms.py
 exclude algorithms.h
+
+## Scripts.
+include pock
 include pwsafe
 
+## 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
+include debian/*.install