diff options
author | Peter Poeml <poeml@suse.de> | 2006-06-27 05:25:10 +0000 |
---|---|---|
committer | Peter Poeml <poeml@suse.de> | 2006-06-27 05:25:10 +0000 |
commit | 83ac69d0f816dce75a58f5cf8f93197675d7d31d (patch) | |
tree | c92e04182ffd16b8afa6d76708068edda7ed7221 | |
parent | 933aa182594c22bfd4530b887396941ee8c0cc6c (diff) | |
download | archivemail-83ac69d0f816dce75a58f5cf8f93197675d7d31d.tar.gz archivemail-83ac69d0f816dce75a58f5cf8f93197675d7d31d.tar.bz2 archivemail-83ac69d0f816dce75a58f5cf8f93197675d7d31d.zip |
fix setup.py
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"])], ) |