-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Move from setup.py to pyproject.toml #10032
Copy link
Copy link
Closed
Labels
discussionDiscussing a topic with no specific actions yetDiscussing a topic with no specific actions yetenhancementImprove existing functionality or make things work betterImprove existing functionality or make things work better
Metadata
Metadata
Assignees
Labels
discussionDiscussing a topic with no specific actions yetDiscussing a topic with no specific actions yetenhancementImprove existing functionality or make things work betterImprove existing functionality or make things work better
Increasingly there is a move by Python projects to use
pyproject.tomlto declare their metadata and dependencies and away fromsetup.py. Raising this issue to start discussion around how to approach this in Dask.xref: dask/distributed#7622