summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDavid Arthur <mumrah@gmail.com>2012-10-02 12:20:57 -0400
committerDavid Arthur <mumrah@gmail.com>2012-10-02 12:20:57 -0400
commitc448bf367036d3a3c04ee553987da6be64820d00 (patch)
tree56d0b92f5c389251376b72901daf9d22a0caf454 /setup.py
parentc99d4119f2d6d0fdee38a159e1c845e42cf398b1 (diff)
downloadkafka-python-c448bf367036d3a3c04ee553987da6be64820d00.tar.gz
Renaming kafka.py to client.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 52bf07a..722564d 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
from distutils.core import setup
setup(
- name="Kafka Python Client",
+ name="kafka-python",
version="0.1-alpha",
author="David Arthur",
author_email="mumrah@gmail.com",