Commits on Source (5)
-
Daniel Dehennin authored
This permit to support either `pyproject.toml or `setup.py` based projects. The best way to build is to use `.python:build` which create the `sdist` and build the `wheel` from it.
-
Daniel Dehennin authored
Resolve "Python: switch build process to the `build` PEP517 package builder" Closes #9 See merge request !48
-
Daniel Dehennin authored
feat(python): use `build` module to support PEP517 package building See merge request !49
-
Daniel Dehennin authored
feat(python): use `build` module to support PEP517 package building See merge request !50
-
semantic-release-bot authored
## [1.9.0](https://gitlab.mim-libre.fr/EOLE/infra/ci-tools/compare/release/1.8.0...release/1.9.0) (2022-03-21) ### Features * **python:** use `build` module to support PEP517 package building ([a45db538](a45db538))