Skip to content

Initial pyproject.toml and upgraded pipeline

Klaas Kliffen requested to merge SDC-854__implement_python_package_template into main

Initial implementation using pyproject.toml instead of setup.py

Also includes dynamic versioning, based on setuptools_scm, you will need to git tag a release, and version information is then automatically applied from that.

Merge request reports