Added maintainer entry in setup.py.

Updated copyright notices in archivemail.py and test_archivemail.py.
This commit is contained in:
Nikolaus Schulz 2006-10-12 23:02:03 +00:00
parent b682b26398
commit d631079250
3 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,8 @@
#! /usr/bin/env python
############################################################################
# Copyright (C) 2002 Paul Rodger <paul@paulrodger.com>
# Copyright (C) 2002 Paul Rodger <paul@paulrodger.com>,
# (C) 2006 Peter Poeml <poeml@suse.de>,
# (C) 2006 Nikolaus Schulz <microschulz@web.de>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

View File

@ -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"])],
)

View File

@ -1,6 +1,7 @@
#! /usr/bin/env python
############################################################################
# Copyright (C) 2002 Paul Rodger <paul@paulrodger.com>
# (C) 2006 Nikolaus Schulz <microschulz@web.de>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by