Skip to content

Commit 123cd77

Browse files
committed
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>
1 parent 4b97de0 commit 123cd77

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/dtc/pylibfdt/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ def run(self):
158158
long_description_content_type="text/plain",
159159
url="https://git.kernel.org/pub/scm/utils/dtc/dtc.git",
160160
license="GPL-2.0-or-later OR BSD-2-Clause",
161-
license_files=["Licenses/gpl-2.0.txt", "Licenses/bsd-2-clause.txt"],
162161

163162
classifiers=[
164163
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)