@@ -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"