Skip to content

Commit 343422a

Browse files
committed
Include LICENSE file in bdist
1 parent e050e02 commit 343422a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@
1818
author_email='[email protected]',
1919
url='https://github.com/confluentinc/confluent-kafka-python',
2020
ext_modules=[module],
21-
packages=find_packages())
21+
packages=find_packages(),
22+
data_files = [('', ['LICENSE'])])

0 commit comments

Comments
 (0)