From 0844c0f46a74c9f409c802cc5c2a8ad8d106b4a4 Mon Sep 17 00:00:00 2001 From: David Arthur Date: Tue, 2 Oct 2012 12:28:07 -0400 Subject: Update README.md with install instructions --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') 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(), ) -- cgit v1.2.1