We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d0b8e commit 975d472Copy full SHA for 975d472
setup.py
@@ -3,12 +3,11 @@
3
import os
4
from setuptools import setup, find_packages
5
from distutils.core import Extension
6
-import sys
7
import platform
8
9
-INSTALL_REQUIRES = ["futures; python_version<'3.3'",
10
- "enum34; python_version<'3.5'",
11
- 'requests']
+INSTALL_REQUIRES = ["futures; python_version<'3.3'",
+ "enum34; python_version<'3.5'",
+ 'requests']
12
13
# On Un*x the library is linked as -lrdkafka,
14
# while on windows we need the full librdkafka name.
@@ -35,6 +34,7 @@ def get_install_requirements(path):
35
34
if req != '' and not req.startswith('#')
36
]
37
+
38
setup(name='confluent-kafka',
39
version='1.0.0rc7',
40
description='Confluent\'s Python client for Apache Kafka',
0 commit comments