summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDavid Arthur <mumrah@gmail.com>2012-10-02 12:28:07 -0400
committerDavid Arthur <mumrah@gmail.com>2012-10-02 12:28:07 -0400
commit0844c0f46a74c9f409c802cc5c2a8ad8d106b4a4 (patch)
tree653e8d4f436f9c2ce2f815ce72a33dd2ca1f92fa /setup.py
parentc448bf367036d3a3c04ee553987da6be64820d00 (diff)
downloadkafka-python-0844c0f46a74c9f409c802cc5c2a8ad8d106b4a4.tar.gz
Update README.md with install instructions
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(),
)