cxroots
cxroots copied to clipboard
Using `[project]` in pyproject toml
Look at using [project] in pyproject toml
[project]
requires-python = ">=3.10"
as this seems to be recommended by ruff over target-version https://docs.astral.sh/ruff/settings/#target-version
Might be able to remove some stuff from setup.py as well?