2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-25 02:52:07 +00:00

Remove errant copy of LICENSE file in client

This commit is contained in:
Jarrod Johnson 2022-04-25 16:54:06 -04:00
parent 9333c999c9
commit 69b3aca815

View File

@ -20,5 +20,5 @@ setup(
url='http://xcat.sf.net/',
packages=['confluent'],
scripts=scriptlist,
data_files=data_files + ['LICENSE'],
data_files=data_files,
)