mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-29 00:03:17 +00:00
12 lines
167 B
TOML
12 lines
167 B
TOML
|
|
[build-system]
|
||
|
|
requires = [
|
||
|
|
"setuptools>=42",
|
||
|
|
"wheel"
|
||
|
|
]
|
||
|
|
build-backend = "setuptools.build_meta"
|
||
|
|
|
||
|
|
[tool.black]
|
||
|
|
line-length = 120
|
||
|
|
|
||
|
|
[tool.isort]
|
||
|
|
profile = "black"
|