mirror of
https://github.com/Decompollaborate/rabbitizer.git
synced 2024-12-28 15:17:59 +00:00
c81cc49a65
* cibuildwheel attempt * fixes * skip pypy * re-enable pypy * try no pypy 3.7 * try again * try winders * remove snibblets
9 lines
172 B
TOML
9 lines
172 B
TOML
# SPDX-FileCopyrightText: © 2022 Decompollaborate
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
|
|
[tool.cibuildwheel]
|
|
skip = ["cp36-*"]
|