Explorar o código

fix: add build-system, project naming issue

Sam Jaffe hai 1 mes
pai
achega
0802e97336
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      pyproject.toml

+ 5 - 1
pyproject.toml

@@ -1,5 +1,5 @@
 [project]
-name = "pyci"
+name = "cipy"
 version = "0.1.0"
 description = "Python based tool for operating CI Pipelines"
 readme = "README.md"
@@ -21,3 +21,7 @@ dev = [
 
 [tool.mypy]
 mypy_path = "src/"
+
+[build-system]
+requires = ["uv_build>=0.10.9,<0.11"]
+build-backend = "uv_build"