view pyproject.toml @ 13:c3fa0dd36eda

let's change the name because is fucking offensive committer: GitHub <noreply@github.com>
author Dennis C. M. <dennis@denniscm.com>
date Wed, 09 Aug 2023 19:42:40 +0100
parents f213aa4891fc
children
line wrap: on
line source

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