Fixed
- Missing software-dev Mission in PyPI Package – Fixed build configuration to include all missions:
- Added explicit sdist include patterns to pyproject.toml
- The
software-devmission was missing from v0.6.5 and v0.6.6 wheel builds - Root cause:
force-includeonly applied to wheel target, not sdist (wheel was built from sdist) - Now both
software-devandresearchmissions are correctly packaged