Skip to content

Commit 4a4b6f8

Browse files
committed
Don't install the LICENSE as a datafile
Data files are installed in the wrong directory when packaging this, and it is very uncommon to do so. data files should be files needed for the runtime only.
1 parent f4c8c47 commit 4a4b6f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def get_install_requirements(path):
5959
url='https://github.com/confluentinc/confluent-kafka-python',
6060
ext_modules=[module],
6161
packages=find_packages(exclude=("tests", "tests.*")),
62-
data_files=[('', ['LICENSE.txt'])],
6362
install_requires=INSTALL_REQUIRES,
6463
extras_require={
6564
'avro': AVRO_REQUIRES,

0 commit comments

Comments
 (0)