summarylogtreecommitdiffstats
path: root/pyproject.toml.template
blob: 21c75b38fef3469593359557ab6d58fe72bbeeee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[build-system]
build-backend = "setuptools.build_meta"
requires = ["setuptools"]

[project]
name = "shrinko8"
version = "{{ version }}"

[project.scripts]
shrinko8 = "shrinko8.shrinko8:main"

[tool.setuptools]
packages = ["shrinko8"]

[tool.setuptools.package-data]
shrinko8 = ["font.png", "template.png"]