diff --git a/setup.py b/setup.py index d920fa707..8928dd455 100644 --- a/setup.py +++ b/setup.py @@ -19,20 +19,22 @@ def run(self): setup( - name="kafka-python", - version="0.9.0", + name="kafka-quixey", + version="0.9.0-q3", tests_require=["tox", "mock"], cmdclass={"test": Tox}, packages=["kafka"], - author="David Arthur", - author_email="mumrah@gmail.com", - url="https://github.com/mumrah/kafka-python", + author="David Arthur, Jim Lim", + author_email="mumrah@gmail.com, jim@quixey.com", + 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