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 cd90d42 commit 7aff17eCopy full SHA for 7aff17e
setup.py
@@ -21,7 +21,7 @@
21
author_email='support@confluent.io',
22
url='https://github.com/confluentinc/confluent-kafka-python',
23
ext_modules=[module],
24
- packages=find_packages(exclude=("tests",)),
+ packages=find_packages(exclude=("tests", "tests.*")),
25
data_files=[('', ['LICENSE.txt'])],
26
extras_require={
27
'avro': ['fastavro', 'requests', avro]
0 commit comments