It appears to be getting copied over during install , I'm not sure why as I've not included package data in the pyproject.yaml. I would have expected to add, but it does not appear to be necessary ``` [tool.setuptools.package-data] myModule = ["*.xml"] ```