Initial Commit
This commit is contained in:
11
pyproject.toml
Normal file
11
pyproject.toml
Normal 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 = {}
|
||||
Reference in New Issue
Block a user