Updated setup.py for kafkatest

This commit is contained in:
Geoff Anderson 2015-06-12 15:20:25 -07:00
parent c60125cf4b
commit 7f7c3e0e68
1 changed files with 4 additions and 3 deletions

View File

@ -1,10 +1,11 @@
from setuptools import find_packages, setup
setup(name="kafkatest",
version="0.1",
description="System tests for Apache Kafka",
author="Ewen Cheslack-Postava <ewen@confluent.io>, Geoff Anderson <geoff@confluent.io>",
version="0.8.3-SNAPSHOT",
description="Apache Kafka System Tests",
author="Apache Kafka",
platforms=["any"],
license="apache2.0",
packages=find_packages(),
requires=["ducktape(>=0.2.0)"]
)