Skip to content

Commit 789d02b

Browse files
committed
Split a pyproject.toml guide out of the "Declaring project metadata" specification
Fixes pypa#1349
1 parent 588c8cd commit 789d02b

File tree

4 files changed

+392
-149
lines changed

4 files changed

+392
-149
lines changed

source/guides/creating-and-discovering-plugins.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ a list of packages to :func:`setup`'s ``packages`` argument instead of using
116116
:doc:`packaging-namespace-packages` documentation and clearly document
117117
which approach is preferred for plugins to your project.
118118

119+
.. _plugin-entry-points:
120+
119121
Using package metadata
120122
======================
121123

source/guides/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ introduction to packaging, see :doc:`/tutorials/index`.
1818
:maxdepth: 1
1919
:caption: Building and Publishing Projects:
2020

21+
writing-pyproject-toml
2122
distributing-packages-using-setuptools
2223
using-manifest-in
2324
single-sourcing-package-version

0 commit comments

Comments
 (0)