summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-11-18 19:20:19 +0100
committerLars Wirzenius <liw@liw.fi>2017-11-18 19:20:19 +0100
commitc92a1ebe32e6eb7f7910336dcf35f5c4a7d9a455 (patch)
tree56e90e187b383e7da4db08e6ee7d9ae83624c232 /setup.py
parent03608745813d4bff88d691a08693251cd9881575 (diff)
downloadick2-c92a1ebe32e6eb7f7910336dcf35f5c4a7d9a455.tar.gz
Add: install formatted manpage
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e39e5c7..40eb889 100644
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ setup(
py_modules=['ick_controller'],
packages=['ick2'],
scripts=['create-token', 'start_ick', 'icktool', 'worker_manager'],
- data_files=[],
+ data_files=[('share/man/man1', glob.glob('*.1'))],
cmdclass={
'build': Build,
}