v0.3.1
·
181 commits
to main
since this release
v0.3.1 (2025-06-30)
Bug Fixes
- setuptools: Add where syntax to find all sub-folders (
2276728)
The old build command was not finding any of the sub folders (show_workflow and targets) in the src folder. In removing the use of setuptools scm (which we didn't need since semantic release handles versioning) and switching back to the simple setuptools for the build setting the package-dir to "src" was insufficient. Now with the find syntax added it finds all the files and sub folders in the "src" folder.
SET-653
Build System
-
Add the package-data option to include defaults.toml (
be2f3f1) -
src/init.py: Re-add the file, now empty to keep mypy happy (
3a09045)
Detailed Changes: v0.3.0...v0.3.1