rabbitizer/pyproject.toml

10 lines
218 B
TOML
Raw Normal View History

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