switch to uv and stuff

This commit is contained in:
Prunebutt 2025-10-14 00:01:19 +02:00
parent 1f3eb16391
commit bb1b8eecb9
6 changed files with 133 additions and 56 deletions

View file

@ -1,9 +1,15 @@
[project]
name = "hello-python"
name = "protestswap"
version = "0.1.0"
license-files = ["LICEN[CS]E*"]
description = "A minimal pyproject.toml"
authors = [ ]
requires-python = ">=3.13"
dependencies = [ "insightface", "opencv-python", "matplotlib" ]
[project.scripts]
protestswap-cli = "protestswap.cli:main"
[build-system]
requires = ["uv_build >= 0.8.17, <0.9.0"]
build-backend = "uv_build"