dask-image icon indicating copy to clipboard operation
dask-image copied to clipboard

Move from `setup.py` to `pyproject.toml`

Open jakirkham opened this issue 2 years ago • 3 comments

Increasingly there is a move by Python projects to use pyproject.toml to declare their metadata and dependencies and away from setup.py. Raising this issue to start discussion around how to approach this in Dask-image.


Related upstream issues:

  • https://github.com/dask/dask/issues/10032
  • https://github.com/dask/distributed/issues/7622

jakirkham avatar Mar 27 '23 18:03 jakirkham