Linutronix / elbe

Embedded Linux Build Environment
https://elbe-rfs.org
GNU General Public License v3.0
163 stars 59 forks source link

setup.py: accommodate for moved XML schema files #405

Closed hnez closed 3 months ago

hnez commented 3 months ago

Commit b33923fe moved the location of the schema files but did not update the location in the setup.py, so the schema files were not included when e.g. installing via pip install.

Fix that by updating the path in setup.py. Also include the schema module so that the respective python files are installed.

Fixes: b33923fe ("elbepack: load xml files via importlib.resources")

This change was also discussed in Issue #403.

t-8ch commented 3 months ago

Thanks! I'm running your PRs through CI and will pick them up afterwards.

t-8ch commented 3 months ago

Pushed as 67f3cc3b46e10153a425d13f722719df8de0083f