diff options
author | Paul Rodger <paul@paulrodger.com> | 2002-04-11 10:47:42 +0000 |
---|---|---|
committer | Paul Rodger <paul@paulrodger.com> | 2002-04-11 10:47:42 +0000 |
commit | 6a2a0077cf33e1d56bb866b4ceba66c849e05d9d (patch) | |
tree | 079005a7444b27c70264e637c379f1e5f89c71d8 | |
parent | 7a20db75884209f6dd5ce0ffe8a9c5dc596976d0 (diff) | |
download | archivemail-6a2a0077cf33e1d56bb866b4ceba66c849e05d9d.tar.gz archivemail-6a2a0077cf33e1d56bb866b4ceba66c849e05d9d.tar.bz2 archivemail-6a2a0077cf33e1d56bb866b4ceba66c849e05d9d.zip |
Added more meta-data.
-rwxr-xr-x | setup.py | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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"], ) |