mirror of
https://github.com/dgibson/dtc.git
synced 2025-10-13 16:27:39 -04:00
The VERSION.txt file tells setup.py what library version to use, so we must include it in the source distrbution. Signed-off-by: Brandon Maier <brandon.maier@collins.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
12 lines
267 B
Text
12 lines
267 B
Text
# SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause)
|
|
|
|
global-exclude *
|
|
include README.md
|
|
include GPL
|
|
include BSD-2-Clause
|
|
include setup.py
|
|
include pylibfdt/libfdt.i
|
|
include libfdt/libfdt.h
|
|
include libfdt/fdt.h
|
|
include libfdt/libfdt_env.h
|
|
include VERSION.txt
|