Lots of work

This commit is contained in:
2026-03-21 09:58:39 -05:00
parent a6690b4382
commit 88b6424bf6
49 changed files with 947 additions and 67 deletions

View File

@@ -2,7 +2,7 @@
name = "chinook"
version = "1.0.0-alpha"
description = "Opinionated build tool for C/C++."
dependencies = ["PyYAML", "semver"]
dependencies = ["PyYAML", "semantic-version"]
[project.scripts]
chinook = "chinook.__main__:main"