Skip to content

Commit

Permalink
Split a pyproject.toml guide out of the "Declaring project metadata" …
Browse files Browse the repository at this point in the history
…specification

Fixes #1349
  • Loading branch information
jeanas committed Nov 5, 2023
1 parent d3e161e commit 4ad541b
Show file tree
Hide file tree
Showing 4 changed files with 392 additions and 149 deletions.
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/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ introduction to packaging, see :doc:`/tutorials/index`.
:maxdepth: 1
:caption: Building and Publishing Projects:

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

0 comments on commit 4ad541b

Please sign in to comment.