pymake

A build system based on Build Systems à la Carte
git clone https://git.grace.moe/pymake
Log | Files | Refs | README

pyproject.toml (177B)


      1 [build-system]
      2 requires = ["hatchling >= 1.26"]
      3 build-backend = "hatchling.build"
      4 [project]
      5 name = "make"
      6 version = "0.0.1"
      7 [tool.hatch.build.targets.wheel]
      8 packages = ["make"]