Pyproject.toml: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 8: Line 8:
=Overview=
=Overview=
<code>pyproject.toml</code> is a file that specifies required packages, scripts, plugins and URLs.
<code>pyproject.toml</code> is a file that specifies required packages, scripts, plugins and URLs.
<code>pyproject.toml</code> tells the [[Python_Language_Modularization#Build_Frontend|build frontend]] tool which [[Python_Language_Modularization#Build_Backend|backend]] to use for the specific project it is part of.


=Project Metadata=
=Project Metadata=

Revision as of 02:10, 6 April 2024

External

Internal

Overview

pyproject.toml is a file that specifies required packages, scripts, plugins and URLs.

pyproject.toml tells the build frontend tool which backend to use for the specific project it is part of.

Project Metadata