NicolaDonelli / py4ai-core

MIT License
0 stars 0 forks source link

Migrate from setup.cfg to pyproject.toml #17

Closed NicolaDonelli closed 2 years ago

NicolaDonelli commented 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.

ini2toml could help with this.

deusebio commented 2 years ago

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?