mirror of
https://github.com/jtesta/ssh-audit.git
synced 2024-11-16 21:45:39 +01:00
8 lines
179 B
TOML
8 lines
179 B
TOML
|
[build-system]
|
||
|
# https://pip.pypa.io/en/stable/reference/pip/#pep-517-and-518-support
|
||
|
requires = [
|
||
|
"setuptools>=40.8.0",
|
||
|
"wheel"
|
||
|
]
|
||
|
build-backend = "setuptools.build_meta"
|