Python: Packaging fixes (#1056)

* small updates to setup

* post1

* reset version

* updated package status
This commit is contained in:
Eduard van Valkenburg
2025-10-01 13:54:26 +02:00
committed by GitHub
Unverified
parent 08b602c290
commit 2575e8cab0
14 changed files with 212 additions and 102 deletions
+3 -1
View File
@@ -3,4 +3,6 @@ fmt = "ruff format"
format.ref = "fmt"
lint = "ruff check"
pyright = "pyright"
build = "uv build"
build = "python -m flit build"
publish = "uv publish"
clean-dist = "rm -rf dist"