Skip to content

Commit 2cfd221

Browse files
committed
fix(setup): add license entry to resolve CI build/upload issue
1 parent 25368c7 commit 2cfd221

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

esp_cryptoauth_utility/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,5 @@ def get_install_requires():
8181
include_package_data = True,
8282
packages=find_packages(),
8383
scripts=['secure_cert_mfg.py'],
84+
license_files = [],
8485
)

0 commit comments

Comments
 (0)