fatiando / choclo

Kernel functions for your geophysical models
https://www.fatiando.org/choclo
BSD 3-Clause "New" or "Revised" License
13 stars 2 forks source link

Ditch setup.cfg and replace it with pyproject.toml #77

Closed santisoler closed 6 months ago

santisoler commented 7 months ago

Remove the setup.cfg file, and use pyproject.toml to package Choclo. Move flake8 configuration to its own .flake8 file.

Relevant issues/PRs:

Related to https://github.com/fatiando/community/issues/143