conda-forge / conda-forge-ci-setup-feedstock

A conda-smithy repository for conda-forge-ci-setup.
BSD 3-Clause "New" or "Revised" License
13 stars 50 forks source link

Move to `pyproject.toml` #327

Open wolfv opened 1 week ago

wolfv commented 1 week ago

Maybe we can move from setup.py to pyproject.toml, and add some niceties like ruff for formatting and linting?

We can also encode the version in pyproject.toml and read it in the meta.yaml (or just manually sync the two).