Skip to content

Commit 4b80f31

Browse files
lwasserfrostming
andauthored
Update package-structure-code/complex-python-package-builds.md
Co-authored-by: Frost Ming <[email protected]>
1 parent 61b86eb commit 4b80f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package-structure-code/complex-python-package-builds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Hatch has the worst take on building compiled code by some distance. Unless its
5151
5252
HEnry: Poetry will move to PEP 621 configuration in version 2.
5353
54-
* pdm, hatch and poetry all have "ways" of supporting c extensions via pdm-build, hatchling and poetry's build back end.
54+
* pdm, hatch and poetry all have "ways" of supporting c extensions via pdm-backend, hatchling and poetry's build back end.
5555
* poetry's support for C extensions is not fully developed and documented (yet). * Poetry doesn't offer a way to facilitate "communication" between poetry front end and another back end like meson to build via a build hook. so while some have used it with other back end builds it's not ideal for this application
5656
* pdm and poetry both rely on setuptools for C extensions. pdm's support claims to be fully developed and documented. poetry claims nothing, and doesn't document it.
5757
* hatch both offers a plugin type approach to support custom build steps

0 commit comments

Comments
 (0)