Skip to content

Commit a9e56ee

Browse files
authored
Merge pull request #1350 from jeanas/pyproject-guide
Split a pyproject.toml guide out of the "Declaring project metadata" specification
2 parents a081a11 + 6b58ed3 commit a9e56ee

File tree

4 files changed

+396
-149
lines changed

4 files changed

+396
-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/section-build-and-publish.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Building and Publishing
55
.. toctree::
66
:titlesonly:
77

8+
writing-pyproject-toml
89
distributing-packages-using-setuptools
910
using-manifest-in
1011
single-sourcing-package-version

0 commit comments

Comments
 (0)