summarylogtreecommitdiffstats
path: root/pyproject.toml.template
blob: 4f240e23eaec967f5bbae8668651022bd8273722 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# SPDX-FileCopyrightText: Arch Linux contributors
# SPDX-License-Identifier: 0BSD

[build-system]
build-backend = "setuptools.build_meta"
requires = ["setuptools"]

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

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

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