You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i try to build this package as a wheel for my system, i found that there is no submodules in final wheel file, that means the package only has 'init.py', in other words xskillscore.core, xskillscore.test and xskillscore.versioning are gone.
after some research, i found that it was because the item tool.setuptools.packages in pyproj.toml not be setted correctly, and I add a patch to build wheel successfully,
Please consider to merge the patch to fix wheel constrution:
when i try to build this package as a wheel for my system, i found that there is no submodules in final wheel file, that means the package only has 'init.py', in other words xskillscore.core, xskillscore.test and xskillscore.versioning are gone.
after some research, i found that it was because the item tool.setuptools.packages in pyproj.toml not be setted correctly, and I add a patch to build wheel successfully,
Please consider to merge the patch to fix wheel constrution:
besides, here is my build environment:
The text was updated successfully, but these errors were encountered: