mirror of
https://github.com/Decompollaborate/rabbitizer.git
synced 2024-12-27 21:16:15 +00:00
10 lines
218 B
TOML
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-*"]
|