Switch to pyproject.toml and UV

This commit is contained in:
Michał Leśniewski
2025-07-30 19:11:59 +02:00
parent 691d56aee0
commit aa40cdfade
6 changed files with 139 additions and 41 deletions

View File

@@ -9,6 +9,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # for setuptools_scm to access tags
- name: Set up Python
uses: actions/setup-python@v4
with: