aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-x[-rw-r--r--]setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 7c4c98a..b909f3f 100644..100755
--- a/setup.py
+++ b/setup.py
@@ -9,4 +9,7 @@ setup(
url='http://panoramicfeedback.com/opensource/',
packages=['becommands', 'libbe'],
scripts=['be'],
+ data_files=[
+ ('share/man/man1', ['doc/be.1']),
+ ]
)