chiark / gitweb /
pwsafe.1: Documentation for the password safe.
[catacomb-python] / setup.py
index fe0ed538bf9389645be87fb2e89a64086ebdf969..89a56b8ca7fae517e1546cd35c70956b82fde67c 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -24,5 +24,6 @@ MS.setup(name = 'catacomb-python',
          license = 'GNU General Public License',
          packages = ['catacomb'],
          scripts = ['pwsafe'],
          license = 'GNU General Public License',
          packages = ['catacomb'],
          scripts = ['pwsafe'],
+         data_files = [('share/man/man1', ['pwsafe.1'])],
          genfiles = [MS.Generate('algorithms.h')],
          ext_modules = [cat])
          genfiles = [MS.Generate('algorithms.h')],
          ext_modules = [cat])