Port pyproject.toml to setup.py, refs #675

This commit is contained in:
Simon Willison 2025-11-23 12:27:34 -08:00
commit 9e5735e287
9 changed files with 84 additions and 92 deletions

View file

@ -21,7 +21,7 @@ jobs:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
cache: pip
cache-dependency-path: setup.py
cache-dependency-path: pyproject.toml
- name: Install dependencies
run: |
pip install -e '.[test,mypy,flake8]'