Skip to content

pyproject.toml

MoeenNehzati edited this page May 3, 2022 · 1 revision

In accordance with PEP 517, the project needs to have a pyproject.toml file in its root. This file is responsible for setting up the build. This entails the specification of the backend used for build(not necessarily setup tools) and the requirements. With this in place, we can just use "pip install .".

Clone this wiki locally