Skip to content

Commit 54cb415

Browse files
committed
Link to pyproject.toml guide (instead of specification) in packaging flow doc
1 parent d920369 commit 54cb415

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

source/flow.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,13 @@ required in the :file:`pyproject.toml` file. For example, you might specify:
9696

9797
* a ``[project]`` table containing project
9898
:doc:`Core Metadata </specifications/core-metadata/>`
99-
(name, version, author and so forth); see
100-
:doc:`Declaring project metadata </specifications/declaring-project-metadata/>`
101-
for more detail
99+
(name, version, author and so forth),
100+
101+
* a ``[tool]`` table containing tool-specific configuration options.
102+
103+
Refer to the :ref:`pyproject.toml guide <writing-pyproject-toml>` for a
104+
complete guide to ``pyproject.toml`` configuration.
102105

103-
* a ``[tool]`` table containing tool-specific configuration options
104106

105107
Build artifacts
106108
===============

0 commit comments

Comments
 (0)