aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorPeter Poeml <poeml@suse.de>2006-06-27 05:25:10 +0000
committerPeter Poeml <poeml@suse.de>2006-06-27 05:25:10 +0000
commit83ac69d0f816dce75a58f5cf8f93197675d7d31d (patch)
treec92e04182ffd16b8afa6d76708068edda7ed7221 /setup.py
parent933aa182594c22bfd4530b887396941ee8c0cc6c (diff)
downloadarchivemail-83ac69d0f816dce75a58f5cf8f93197675d7d31d.tar.gz
archivemail-83ac69d0f816dce75a58f5cf8f93197675d7d31d.tar.bz2
archivemail-83ac69d0f816dce75a58f5cf8f93197675d7d31d.zip
fix setup.py
Diffstat (limited to 'setup.py')
-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"])],
)