From d292c019216249ef8945ecd4b60d6a248749b70c Mon Sep 17 00:00:00 2001 From: Thibaut Goetghebuer-Planchon Date: Mon, 22 Aug 2022 15:43:14 +0100 Subject: Add licenses of the third-party libraries included in the generated binary Python wheel Change-Id: Ie32bc7e00f2c73c1bd4c2c5a27f6c8279a618b04 --- setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 8ea8232..eb7d5e1 100644 --- a/setup.py +++ b/setup.py @@ -105,7 +105,6 @@ setuptools.setup( author="Arm Limited", url="https://git.mlplatform.org/tosa/tosa_checker.git/", license="Apache-2.0", - license_files="LICENSES/*", python_requires=">=3.7", cmdclass={"build_ext": BazelBuildExtension}, ext_modules=[ -- cgit v1.2.1