aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 3ce0826..60c27c4 100755
--- a/setup.py
+++ b/setup.py
@@ -28,4 +28,5 @@ setup(name="archivemail",
author="Paul Rodger",
author_email="paul@paulrodger.com",
scripts=["archivemail"],
+ data_files=[("man/man1", ["archivemail.1"])],
)