* fix: updates should include universal2 Pythons * refactor: rename to macos_cpython
12 lines
163 B
TOML
12 lines
163 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools>=42",
|
|
"wheel"
|
|
]
|
|
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.black]
|
|
line-length = 120
|
|
target-version = ['py36']
|