你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-07 23:14:03 +08:00
11 行
212 B
TOML
11 行
212 B
TOML
[build-system]
|
|
requires = ['setuptools', 'wheel', 'numpy>=1.19.0', 'Cython>=0.29.21',
|
|
'jinja2']
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.black]
|
|
line-length = 120
|
|
|
|
[tool.isort]
|
|
profile = "black"
|