summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Moss <drkjam@gmail.com>2017-01-22 22:50:33 +0000
committerDavid Moss <drkjam@gmail.com>2017-01-22 22:51:42 +0000
commitebf714601e8cd6234575422f876d4d579b202b1a (patch)
treeadc090ca91ad8b8cfc77a71437138eeee2be3f1a
parent47b83970b6ad3c98b70dbf3e2da0b294fbc0d89e (diff)
downloadnetaddr-ebf714601e8cd6234575422f876d4d579b202b1a.tar.gz
- updated authorship metadata
-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/',