This moves most of the configuration still in setup.py (notably, the requirements) into pyproject.toml, and deletes the setup.cfg file (whose contents were minimal and redundant anyway). I've also taken the liberty of adding myself to the authors list in pyproject.toml -- I'm not sure how or if we want to maintain that in the future, but the contributors list on GitHub is a much better place to see who has made contributions.
This moves most of the configuration still in
setup.py
(notably, the requirements) intopyproject.toml
, and deletes thesetup.cfg
file (whose contents were minimal and redundant anyway). I've also taken the liberty of adding myself to the authors list inpyproject.toml
-- I'm not sure how or if we want to maintain that in the future, but the contributors list on GitHub is a much better place to see who has made contributions.