summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-01-01 19:10:29 +0000
committerLars Wirzenius <liw@liw.fi>2012-01-01 19:10:29 +0000
commit1bec9bee0c3105430a51ced2771e130066019c95 (patch)
tree64d5961ce8242ac51cd17e0abdc63926d8320d63 /setup.py
parent936208c22ac20af87743732184a84beaa37418d1 (diff)
downloadcmdtest-1bec9bee0c3105430a51ced2771e130066019c95.tar.gz
install manpage
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 2d10bcd..3b06249 100644
--- a/setup.py
+++ b/setup.py
@@ -74,6 +74,7 @@ setup(name='cmdtest',
url='http://liw.fi/cmdtest/',
scripts=['cmdtest'],
py_modules=['cmdtestlib'],
+ data_files=[('share/man/man1', glob.glob('*.1'))],
cmdclass={
'build': GenerateManpage,
'check': Check,