rabbitizer/pyproject.toml
2022-07-09 14:48:56 -04:00

10 lines
218 B
TOML

# SPDX-FileCopyrightText: © 2022 Decompollaborate
# SPDX-License-Identifier: MIT
[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[tool.cibuildwheel]
skip = ["cp36-*"]