diff options
author | Tom Rini <trini@konsulko.com> | 2025-07-25 09:18:21 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-08-07 11:16:12 -0600 |
commit | 123cd77122a13288e1552b5d9b7c22a6f19e2e02 (patch) | |
tree | 48055fbc39976450b6274ac7c7111c603a536056 /scripts/dtc/pylibfdt/setup.py | |
parent | 4b97de0e28fc215d3f41bb01f3410baa5e9243d8 (diff) |
pylibfdt: setup.py: Drop license_files
On more recent versions of setuptools the warning about not being able
to find the files specified in license_files has re-appeared. This is
because as best I can tell, it can't and won't look in $(srctree) but
rather only subdirectories of scripts/dtc/pylibfdt. Since we already
provide both SPDX tags and a license field with the SPDX contents, let
us just drop license_files as it's not mandatory.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'scripts/dtc/pylibfdt/setup.py')
-rwxr-xr-x | scripts/dtc/pylibfdt/setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/dtc/pylibfdt/setup.py b/scripts/dtc/pylibfdt/setup.py index 0f7485de9b5..fb2106be0f0 100755 --- a/scripts/dtc/pylibfdt/setup.py +++ b/scripts/dtc/pylibfdt/setup.py @@ -158,7 +158,6 @@ setup( long_description_content_type="text/plain", url="https://git.kernel.org/pub/scm/utils/dtc/dtc.git", license="GPL-2.0-or-later OR BSD-2-Clause", - license_files=["Licenses/gpl-2.0.txt", "Licenses/bsd-2-clause.txt"], classifiers=[ "Programming Language :: Python :: 3", |