From d631079250305e9d3102be454a06814edf595d41 Mon Sep 17 00:00:00 2001 From: Nikolaus Schulz Date: Thu, 12 Oct 2006 23:02:03 +0000 Subject: Added maintainer entry in setup.py. Updated copyright notices in archivemail.py and test_archivemail.py. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index af13bab..dcea84f 100755 --- a/setup.py +++ b/setup.py @@ -25,6 +25,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", scripts=["archivemail.py"], data_files=[("man/man1", ["archivemail.1"])], ) -- cgit v1.2.3