Jelajahi Sumber

chore: uv init

Sam Jaffe 1 bulan lalu
induk
melakukan
033e225c7f
3 mengubah file dengan 8 tambahan dan 0 penghapusan
  1. 1 0
      .python-version
  2. 0 0
      README.md
  3. 7 0
      pyproject.toml

+ 1 - 0
.python-version

@@ -0,0 +1 @@
+3.14

+ 0 - 0
README.md


+ 7 - 0
pyproject.toml

@@ -0,0 +1,7 @@
+[project]
+name = "pyci"
+version = "0.1.0"
+description = "Python based tool for operating CI Pipelines"
+readme = "README.md"
+requires-python = ">=3.14"
+dependencies = []