repo2docker
repo2docker copied to clipboard
Replace setup.py with pyproject.toml
Partially related with https://github.com/jupyterhub/repo2docker/issues/1427
The project uses setup.cfg and setup.py for installation.
pyproject.toml was defined almost 10 years ago in PEP 518.
Should we adopt pyproject.toml?
Sounds fine to me!
please go ahead!
I submitted a PR to migrate from setup.py to pyproject.toml, but it hasn't been merged yet.
Dear @lixiname, Thanks for the pull request.