Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split a pyproject.toml guide out of the "Declaring project metadata" specification #1350

Merged
merged 11 commits into from
Nov 14, 2023
2 changes: 2 additions & 0 deletions source/guides/creating-and-discovering-plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ a list of packages to :func:`setup`'s ``packages`` argument instead of using
:doc:`packaging-namespace-packages` documentation and clearly document
which approach is preferred for plugins to your project.

.. _plugin-entry-points:

Using package metadata
======================

Expand Down
1 change: 1 addition & 0 deletions source/guides/section-build-and-publish.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Building and Publishing
.. toctree::
:titlesonly:

writing-pyproject-toml
distributing-packages-using-setuptools
using-manifest-in
single-sourcing-package-version
Expand Down
Loading