mirror of
https://git.code.sf.net/p/archivemail/code
synced 2024-12-22 15:56:27 +00:00
fix setup.py
This commit is contained in:
parent
933aa18259
commit
83ac69d0f8
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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"])],
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue