summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDana Powers <dana.powers@rd.io>2015-12-03 12:43:07 -0800
committerDana Powers <dana.powers@rd.io>2015-12-03 12:46:59 -0800
commit770a9bb4da5839ff4fd7d6f62732f000a1bb88bf (patch)
tree9b3c57654e4493c5e01434f16fd7f5f1a9baec23 /setup.py
parent63b0e6108a8261ad3acdfb4cb01d2830a2dfa069 (diff)
downloadkafka-python-770a9bb4da5839ff4fd7d6f62732f000a1bb88bf.tar.gz
Update docs and links wrt maintainer change (mumrah -> dpkp)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 8e4fb66..d50d28d 100644
--- a/setup.py
+++ b/setup.py
@@ -45,9 +45,9 @@ setup(
"kafka.producer",
],
- author="David Arthur",
- author_email="mumrah@gmail.com",
- url="https://github.com/mumrah/kafka-python",
+ author="Dana Powers",
+ author_email="dana.powers@gmail.com",
+ url="https://github.com/dpkp/kafka-python",
license="Apache License 2.0",
description="Pure Python client for Apache Kafka",
long_description=README,