X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/blobdiff_plain/204d480b9f065082728d39d981f505d3bff58bb2..c04b289c577a5cdf6d5dd641f7b541d90a93adff:/setup.py diff --git a/setup.py b/setup.py index fe0ed53..89a56b8 100755 --- a/setup.py +++ b/setup.py @@ -24,5 +24,6 @@ MS.setup(name = 'catacomb-python', license = 'GNU General Public License', packages = ['catacomb'], scripts = ['pwsafe'], + data_files = [('share/man/man1', ['pwsafe.1'])], genfiles = [MS.Generate('algorithms.h')], ext_modules = [cat])