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

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

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

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