jswhit / pygrib

Python interface for reading and writing GRIB data
https://jswhit.github.io/pygrib
MIT License
319 stars 93 forks source link

Move static project metadata to pyproject.toml #226

Closed mwtoews closed 6 months ago

mwtoews commented 6 months ago

This PR moves static project metadata to pyproject.toml, removing setup.cfg and clearing up setup.py a bit.

Also, update a few useful URLs to repo and docs, clean up some old Python version classifiers, add a .gitignore file.

I noticed that build.yml was "disabled manually"; it can be re-enabled, as there was a fix from #223 to make it work. This build is used for the CI status on the README.md page. (Unless another build status should be used instead, suggestions welcome).