From 770a9bb4da5839ff4fd7d6f62732f000a1bb88bf Mon Sep 17 00:00:00 2001 From: Dana Powers Date: Thu, 3 Dec 2015 12:43:07 -0800 Subject: Update docs and links wrt maintainer change (mumrah -> dpkp) --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup.py') 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, -- cgit v1.2.1