git.grace.moe

Source for the git site git.grace.moe
git clone https://git.grace.moe/git.grace.moe
Log | Files | Refs | Submodules

pyproject.toml (165B)


      1 [project]
      2 name = "git-grace-moe"
      3 version = "0.1.0"
      4 requires-python = ">=3.13"
      5 dependencies = [
      6     "make",
      7 ]
      8 
      9 [tool.uv.sources]
     10 make = { path = "../../src/pymake" }