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 e050e02 commit 343422aCopy full SHA for 343422a
setup.py
@@ -18,4 +18,5 @@
18
author_email='[email protected]',
19
url='https://github.com/confluentinc/confluent-kafka-python',
20
ext_modules=[module],
21
- packages=find_packages())
+ packages=find_packages(),
22
+ data_files = [('', ['LICENSE'])])
0 commit comments