Skip to content

Fix missing script in wheel

Choose a tag to compare

@alelom alelom released this 03 Mar 11:29
· 72 commits to main since this release
Add MANIFEST.in and enhance build hook for script inclusion

This commit introduces a new MANIFEST.in file to include the get-next-version.cjs script and all files in the scripts directory during package builds. The CustomBuildHook is updated to dynamically locate the scripts directory, improving flexibility for different project layouts and ensuring all relevant scripts are included in the wheel package.