Initial Commit

This commit is contained in:
2026-02-10 23:00:19 -06:00
commit a6690b4382
12 changed files with 130 additions and 0 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "chinook"
version = "1.0.0-alpha"
description = "Opinionated build tool for C/C++."
dependencies = ["PyYAML", "semver"]
[project.scripts]
chinook = "chinook.__main__:main"
[tool.setuptools.packages]
find = {}