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