The committed files define the requirements and information related to clog when packaging the module into a library. setup.py instantiates the build script process used by pip in editor mode, with the support of setup.cfg. File uses traditional build approach using the setuptools library.
3 lines
95 B
TOML
3 lines
95 B
TOML
[build-system]
|
|
requires = ["setuptools>=42.0", "wheel"]
|
|
build-backend = "setuptools.build_meta" |