summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorValeria Chernenko <aynroot@users.noreply.github.com>2020-09-30 06:03:54 +0200
committerGitHub <noreply@github.com>2020-09-29 21:03:54 -0700
commitc536dd28bc3c2db85d9b62a1e73d23a3eeaebd93 (patch)
tree40b412379666620a8a5173932652e94bdc9439b2 /setup.py
parentcb96a1a6c79c17ac9b3399b7a33bbaea7ad8886f (diff)
downloadkafka-python-c536dd28bc3c2db85d9b62a1e73d23a3eeaebd93.tar.gz
KIP-54: Implement sticky partition assignment strategy (#2057)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 5cb2e72..b92dd6e 100644
--- a/setup.py
+++ b/setup.py
@@ -7,6 +7,7 @@ from setuptools import setup, Command, find_packages
# since we can't import something we haven't built yet :)
exec(open('kafka/version.py').read())
+
class Tox(Command):
user_options = []