Skip to content

Merged setup.cfg into pyproject.toml

Philip Loche requested to merge (removed):toml_only into main
  • Merged setup.cfg and pyproject.toml for a 'modern' build process.
  • Update tox calls in CI from tox -e xxx to python -m tox -e xxx to make sure correct environment is used.

It should also be possible to move the versioneer config but tox and read the docs was complaining when I moved the section [versioneer] from the setup.cfg into the [tool.versioneer] section in the pyproject.toml...

Edited by Philip Loche

Merge request reports