Skip to content

Commit 5cca66a

Browse files
authored
chore: update name of PDM backend (#1220)
* chore: update name of PDM backend Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * Update source/tutorials/packaging-projects.rst --------- Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent d45e1e9 commit 5cca66a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/tutorials/packaging-projects.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ Open :file:`pyproject.toml` and enter one of these ``[build-system]`` tables:
155155
.. code-block:: toml
156156
157157
[build-system]
158-
requires = ["pdm-pep517"]
159-
build-backend = "pdm.pep517.api"
158+
requires = ["pdm-backend"]
159+
build-backend = "pdm.backend"
160160
161161
162162
- ``requires`` is a list of packages that are needed to build your package. You

0 commit comments

Comments
 (0)