Skip to content

Commit

Permalink
update meta
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Lim committed Sep 12, 2013
1 parent 0c732ca commit f47dc10
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def run(self):


setup(
name="kafka-python",
name="kafka-quixey",
version="0.8.1-1",

install_requires=["distribute", "tox"],
Expand All @@ -27,12 +27,14 @@ def run(self):

packages=["kafka"],

author="David Arthur",
author_email="[email protected]",
url="https://github.com/mumrah/kafka-python",
author="David Arthur, Jim Lim",
author_email="[email protected], [email protected]",
url="https://github.com/quixey/kafka-python",
license="Copyright 2012, David Arthur under Apache License, v2.0",
description="Pure Python client for Apache Kafka",
long_description="""
I (Jim Lim) am releasing this to pypi under quixey for personal convenience.
This module provides low-level protocol support for Apache Kafka as well as
high-level consumer and producer classes. Request batching is supported by the
protocol as well as broker-aware request routing. Gzip and Snappy compression
Expand Down

0 comments on commit f47dc10

Please sign in to comment.