X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/blobdiff_plain/6af1255c9ee179bc21b09f3b87eeea720eb9af39..a8f59fc004c0f4ec4b1ec64e7a54f7d9f2fd587c:/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])