Skip to content

Update package install method + Lint

Tom FRANCOIS requested to merge update_setup_toml into master

Feature 1 : Replace the setup.py by the pyproject.toml approach to install the current package.

Using pyproject.toml is currently the standard approach (here is a blog post explaining a bit about it).

Package installation is still triggered by pip install .. This should not have any impact elsewhere.

Resources used for this conversion:

Feature 2 : add linting in CI

Edited by Tom FRANCOIS

Merge request reports