File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -96,11 +96,13 @@ required in the :file:`pyproject.toml` file. For example, you might specify:
96
96
97
97
* a ``[project] `` table containing project
98
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
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.
102
105
103
- * a ``[tool] `` table containing tool-specific configuration options
104
106
105
107
Build artifacts
106
108
===============
You can’t perform that action at this time.
0 commit comments