mirror of https://github.com/apache/kafka.git
Updated setup.py for kafkatest
This commit is contained in:
parent
c60125cf4b
commit
7f7c3e0e68
|
@ -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)"]
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue