Closed NicolaDonelli closed 2 years ago
Since this is the direction taken by many python projects so far (see setuptools for example), it could be a good idea to migrate our configuration file from setup.cfg to pyproject.toml.
setup.cfg
pyproject.toml
ini2toml could help with this.
We had a discussion about this some time ago
https://github.com/CGnal/python-ci-template/issues/34
Is the TOML landscape ready for the migration?
Since this is the direction taken by many python projects so far (see setuptools for example), it could be a good idea to migrate our configuration file from
setup.cfg
topyproject.toml
.ini2toml could help with this.