Pyproject.toml
Jump to navigation
Jump to search
External
Internal
Overview
pyproject.toml
is a file that specifies required packages, scripts, plugins and URLs.
Build Backend Configuration
pyproject.toml
tells the build frontend tool which backend to use for the specific project it is part of.
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"