summarylogtreecommitdiffstats
path: root/pyproject.toml.template
blob: 2d9e721b41f620637951a81bf3dbfee61a51f167 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[build-system]
requires = ["poetry-core>=1.9.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "hancho"
version = "{{ pkgver }}"
description = "A simple pleasant build system in Python."
authors = ["aappleby"]

[tool.poetry.scripts]
hancho = "hancho:app.main"