aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2006-10-30 19:48:25 +0000
committerNikolaus Schulz <microschulz@web.de>2006-10-30 19:48:25 +0000
commit0b40278a78962370cef5537711b520c61ea5cc64 (patch)
treec37193e19cf894a69bd75598157b8f82e765eaac
parenta221f62f52ddecc1ce634261de9682ec93faeb4e (diff)
downloadarchivemail-0b40278a78962370cef5537711b520c61ea5cc64.tar.gz
archivemail-0b40278a78962370cef5537711b520c61ea5cc64.tar.bz2
archivemail-0b40278a78962370cef5537711b520c61ea5cc64.zip
The archivemail-devel list is subscribers-only and not very useful as a general
contact address, so better give personal maintainer names and email addresses in setup.py.
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 28c13af..36bcb7d 100755
--- a/setup.py
+++ b/setup.py
@@ -26,8 +26,8 @@ setup(name="archivemail",
url="http://archivemail.sourceforge.net/",
author="Paul Rodger",
author_email="paul@paulrodger.com",
- maintainer="Archivemail maintainer team",
- maintainer_email="archivemail-devel@lists.sourceforge.net",
+ maintainer="Nikolaus Schulz, Peter Poeml",
+ maintainer_email="nikosch@users.sourceforge.net, poeml@users.sourceforge.net",
scripts=["archivemail.py"],
data_files=[("man/man1", ["archivemail.1"])],
)