view pyproject.toml @ 15:76f720df0cef

Update issue templates committer: GitHub <noreply@github.com>
author Dennis C. M. <dennis@denniscm.com>
date Tue, 26 Oct 2021 10:05:36 +0200
parents feae0cd7fea1
children
line wrap: on
line source

[build-system]
requires = [
    "setuptools>=42",
    "wheel"
]
build-backend = "setuptools.build_meta"