Migrate setup.cfg to pyproject.toml (#236)

This commit is contained in:
Joel Challis
2026-06-29 04:07:19 +01:00
committed by GitHub
parent 5e57fdefe0
commit 05d1c36f49
14 changed files with 139 additions and 130 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
run: |
python3 -m pip install --upgrade pip
pip install setuptools wheel
pip install -r requirements-dev.txt
pip install --group dev
- name: Build Python
run: |