napari / napari-tiff

A napari reader plugin for tiff images.
BSD 3-Clause "New" or "Revised" License
8 stars 4 forks source link

Convert setup.py to pyproject.toml #13

Closed GenevieveBuckley closed 8 months ago

GenevieveBuckley commented 8 months ago

When this repository was first created, setup.py files were the standard way to package your python projects. Now the current best practice is to use pypoject.toml setup files instead. So, we want to convert the setup.py file here into a pyproject.toml file.

Extra resources: the python packaging user guide https://packaging.python.org/en/latest/tutorials/packaging-projects/

jni commented 8 months ago

There's a tool to automate the bulk of this, gimme a sec to find it...

jni commented 8 months ago

https://github.com/diazona/setuptools-pyproject-migration