aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5c2348e..af13bab 100755
--- a/setup.py
+++ b/setup.py
@@ -25,6 +25,6 @@ setup(name="archivemail",
url="http://archivemail.sourceforge.net/",
author="Paul Rodger",
author_email="paul@paulrodger.com",
- scripts=["archivemail"],
+ scripts=["archivemail.py"],
data_files=[("man/man1", ["archivemail.1"])],
)