rabbitizer/pyproject.toml

10 lines
218 B
TOML
Raw Normal View History

2022-06-05 22:09:25 -04:00
# SPDX-FileCopyrightText: © 2022 Decompollaborate
# SPDX-License-Identifier: MIT
[build-system]
2022-07-09 14:48:56 -04:00
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[tool.cibuildwheel]
skip = ["cp36-*"]