From: Mark Wooding Date: Sun, 28 May 2017 15:25:56 +0000 (+0100) Subject: MANIFEST.in: Include any manual pages. X-Git-Tag: 1.3.0~40 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/commitdiff_plain/4cc4728f637194814cde8aad98cee53b8222f549?hp=d9ce642a4d7c9c7ae91f9a7b4b8b81a143e5b582 MANIFEST.in: Include any manual pages. Not that there are any yet. --- diff --git a/MANIFEST.in b/MANIFEST.in index 5d19714..e90ca4c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -12,6 +12,9 @@ include algorithms.py exclude algorithms.h include pwsafe +## Manual pages. +include *.[13] + ## Python wrapping. recursive-include catacomb *.py