1cc41b1c96
PyPI expects to have various package metadata including long description, license, and classifiers. Add them. Signed-off-by: Rob Herring <robh@kernel.org> Message-Id: <20211112041633.741598-3-robh@kernel.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
12 lines
266 B
Text
12 lines
266 B
Text
# SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-2-Clause)
|
|
|
|
global-exclude *
|
|
include README
|
|
include GPL
|
|
include BSD-2-Clause
|
|
include setup.py
|
|
include pylibfdt/libfdt.i
|
|
include pylibfdt/*.py
|
|
include libfdt/libfdt.h
|
|
include libfdt/fdt.h
|
|
include libfdt/libfdt_env.h
|