migrate to poetry 2 and standard metadata

This commit is contained in:
Branch Vincent 2025-10-24 09:38:43 -07:00
parent 9c9d81ca5a
commit 8ec8f87767
No known key found for this signature in database
11 changed files with 2473 additions and 92 deletions

View file

@ -29,7 +29,7 @@ jobs:
- name: install poetry
run: |
export POETRY_VERSION=1.8.5
export POETRY_VERSION=2.2.1
curl -sSL https://install.python-poetry.org | python3 -
export PATH="$HOME/.local/bin:$PATH"