Explicitly include bootstrap schema in west._bootstrap
Otherwise we can't count on it being present in the package. Signed-off-by: Marti Bolivar <marti@foundries.io>
This commit is contained in:
parent
b3651495e3
commit
db744f5fa6
|
@ -0,0 +1 @@
|
||||||
|
include src/west/_bootstrap/west-schema.yml
|
1
setup.py
1
setup.py
|
@ -22,6 +22,7 @@ setuptools.setup(
|
||||||
url='https://github.com/zephyrproject-rtos/west',
|
url='https://github.com/zephyrproject-rtos/west',
|
||||||
packages=('west._bootstrap',),
|
packages=('west._bootstrap',),
|
||||||
package_dir={'': 'src'},
|
package_dir={'': 'src'},
|
||||||
|
include_package_data=True,
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
'License :: OSI Approved :: Apache Software License',
|
'License :: OSI Approved :: Apache Software License',
|
||||||
|
|
Loading…
Reference in New Issue