summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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,