summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS5
-rw-r--r--setup.py4
2 files changed, 3 insertions, 6 deletions
diff --git a/AUTHORS b/AUTHORS
index 6417bf6..9c1ed59 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,4 @@
-- David P. D. Moss (author and maintainer)
-- Stefan Nordhausen (maintainer)
+- David P. D. Moss (author, maintainer) drkjam@gmail.com
+- Stefan Nordhausen (maintainer) stefan.nordhausen@immobilienscout24.de
Released under the BSD License (see :doc:`license` for details).
-
diff --git a/setup.py b/setup.py
index f904b7e..2bd2a08 100644
--- a/setup.py
+++ b/setup.py
@@ -162,10 +162,8 @@ def main():
sys.stdout.write("To install, run 'python setup.py install'\n\n")
setup_options = dict(
- author='David P. D. Moss',
+ author='David P. D. Moss, Stefan Nordhausen et al',
author_email='drkjam@gmail.com',
- # maintainer='Stefan Nordhausen',
- # maintainer_email='stefan.nordhausen@immobilienscout24.de',
classifiers=classifiers,
description='A network address manipulation library for Python',
download_url='https://pypi.python.org/pypi/netaddr/',