Pyproject.toml: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= * https://python-poetry.org/docs/pyproject/ =Internal= * Poetry Concepts =Overview= <code>pyproject.toml</code> is a file that sp...") |
|||
Line 3: | Line 3: | ||
=Internal= | =Internal= | ||
* [[Poetry_Concepts#pyproject.toml|Poetry Concepts]] | * [[Poetry_Concepts#pyproject.toml|Poetry Concepts]] | ||
* [[Python_Project_Layout#Overview|Python Project Layout]] | |||
*[[Publishing_a_Python_Distribution_Package_in_a_Repository#Create_pyproject.toml|Publishing a Python Distribution Package to a Repository]] | |||
=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. |
Revision as of 01:55, 6 April 2024
External
Internal
Overview
pyproject.toml
is a file that specifies required packages, scripts, plugins and URLs.