How do we exclude the `_version.pyi` file and include the `_version.py` file? I guess we need the equivalent of `hatch.build.hooks.vcs.version-file`? Also need a similar path fixing for editable installs.
How do we exclude the
_version.pyifile and include the_version.pyfile? I guess we need the equivalent ofhatch.build.hooks.vcs.version-file?Also need a similar path fixing for editable installs.