view pyproject.toml @ 12:9995dce9461d

Update README.md committer: GitHub <noreply@github.com>
author Dennis C. M. <dennis@denniscm.com>
date Mon, 15 Aug 2022 16:53:13 -0700
parents f213aa4891fc
children
line wrap: on
line source

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