repo2docker icon indicating copy to clipboard operation
repo2docker copied to clipboard

Replace setup.py with pyproject.toml

Open rgaiacs opened this issue 4 months ago • 4 comments

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?

rgaiacs avatar Aug 19 '25 07:08 rgaiacs

Sounds fine to me!

manics avatar Aug 19 '25 08:08 manics

please go ahead!

minrk avatar Aug 19 '25 16:08 minrk

I submitted a PR to migrate from setup.py to pyproject.toml, but it hasn't been merged yet.

lixiname avatar Aug 25 '25 01:08 lixiname

Dear @lixiname, Thanks for the pull request.

rgaiacs avatar Aug 25 '25 07:08 rgaiacs