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:
Marti Bolivar 2019-01-08 10:51:05 -07:00
parent b3651495e3
commit db744f5fa6
2 changed files with 2 additions and 0 deletions

1
MANIFEST.in Normal file
View File

@ -0,0 +1 @@
include src/west/_bootstrap/west-schema.yml

View File

@ -22,6 +22,7 @@ setuptools.setup(
url='https://github.com/zephyrproject-rtos/west',
packages=('west._bootstrap',),
package_dir={'': 'src'},
include_package_data=True,
classifiers=[
'Programming Language :: Python :: 3',
'License :: OSI Approved :: Apache Software License',