X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/blobdiff_plain/7de4d3febf0dd39eac67ed682ee9e0083fed2db7..ae6ce3ffebbe033d7fee4a3fc5f3518397305d02:/MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in index 36bf4c2..84b81d1 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -8,6 +8,8 @@ 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 @@ -24,3 +26,4 @@ recursive-include catacomb *.py ## Debian. include debian/rules debian/control debian/changelog include debian/copyright debian/compat debian/source/format +include debian/*.install