summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 722564d..90608a2 100644
--- a/setup.py
+++ b/setup.py
@@ -8,5 +8,6 @@ setup(
url="https://github.com/mumrah/kafka-python",
packages=["kafka"],
license="Copyright 2012, David Arthur under Apache License, v2.0",
+ description="Pure Python client for Apache Kafka",
long_description=open("README.md").read(),
)