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"]