mirror of
https://git.code.sf.net/p/archivemail/code
synced 2025-02-13 10:54:32 +00:00
Added more meta-data.
This commit is contained in:
parent
7a20db7588
commit
6a2a0077cf
1 changed files with 4 additions and 2 deletions
6
setup.py
6
setup.py
|
@ -21,9 +21,11 @@ from distutils.core import setup
|
|||
|
||||
setup(name="archivemail",
|
||||
version="0.3.0",
|
||||
description="archivemail - archive and compress old email",
|
||||
description="archive and compress old email",
|
||||
platforms="POSIX",
|
||||
license="GNU GPL",
|
||||
url="http://archivemail.sourceforge.net/",
|
||||
author="Paul Rodger",
|
||||
author_email="paul@paulrodger.com",
|
||||
url="http://archivemail.sourceforge.net/",
|
||||
scripts=["archivemail"],
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue