mirror of
https://github.com/drewcassidy/yaclog-ksp.git
synced 2024-09-01 14:58:44 +00:00
9 lines
167 B
TOML
9 lines
167 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools >= 35.0.2",
|
|
"setuptools_scm[toml] >= 3.4",
|
|
"wheel"
|
|
]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.setuptools_scm] |