File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 4
4
``pyproject.toml `` specification
5
5
================================
6
6
7
- :pep: `621 ` specifies how to write a project's
8
- :ref: `core metadata <core-metadata >` in a ``pyproject.toml `` file for
9
- packaging-related tools to consume. It defines the following
10
- specification as the canonical source for the format used.
11
-
12
7
.. warning ::
13
8
14
9
This is a **technical, formal specification **. For a gentle,
15
10
user-friendly guide to ``pyproject.toml ``, see
16
11
:ref: `writing-pyproject-toml `.
17
12
13
+ The ``pyproject.toml `` file acts as a configuration file for packaging-related
14
+ tools (as well as other tools).
18
15
19
16
.. _declaring-build-dependencies :
20
17
@@ -444,4 +441,12 @@ provided via tooling later on.
444
441
445
442
446
443
444
+ History
445
+ =======
446
+
447
+ This specification was originally defined in :pep: `518 ` (``[build-system] ``
448
+ and ``[tool] `` tables) and :pep: `621 ` (``[project] `` table).
449
+
450
+
451
+
447
452
.. _TOML : https://toml.io
You can’t perform that action at this time.
0 commit comments