fatiando / boule

Reference ellipsoids for geodesy and geophysics
https://www.fatiando.org/boule
BSD 3-Clause "New" or "Revised" License
38 stars 17 forks source link

Move package configuration to pyproject.toml #171

Closed leouieda closed 6 months ago

leouieda commented 6 months ago

With the more recent setuptools, we can now have all of the package configuration in the pyproject.toml file and remove the old setup.cfg. Update Dependente in the Actions so it can read the dependencies from the toml file.

Relevant issues/PRs:

Part of https://github.com/fatiando/community/issues/143