We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d920369 commit 54cb415Copy full SHA for 54cb415
1 file changed
source/flow.rst
@@ -96,11 +96,13 @@ required in the :file:`pyproject.toml` file. For example, you might specify:
96
97
* a ``[project]`` table containing project
98
: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
+ (name, version, author and so forth),
+
+* 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.
105
-* a ``[tool]`` table containing tool-specific configuration options
106
107
Build artifacts
108
===============
0 commit comments