uv config for build wheel package

add clean and fclean method to Makefile
This commit is contained in:
2026-04-01 14:31:11 +02:00
parent 40e25757c7
commit 843fe5f80c
7 changed files with 25 additions and 12 deletions
+8
View File
@@ -23,3 +23,11 @@ python_version = "3.10"
[tool.pytest.ini_options]
pythonpath = ["src"]
[build-system]
requires = ["setuptools>=78.1.0", "wheel>=0.45.1"]
build-backend = "setuptools.build_meta"
[tool.setuptools]
package-dir = {"" = "src/amaz_lib"}