Skip to content

Commit

Permalink
pyproject.toml tutorial: lib-modules is now library-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
zjp committed Oct 16, 2023
1 parent d4fd9f4 commit 965cd62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/devel/tutorials/pyproject.rst
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ initializer are available in Bundle Builder with two additions:

and

- ``lib-modules``
- ``library-modules``

Each is expected to be a list of python modules on which your extension, library,
or executable depends. At build time, Bundle Builder will attempt to import the
Expand Down Expand Up @@ -375,7 +375,7 @@ exposed in bundle builder:::
language = ""
optional = false
include-modules = []
lib-modules = []
library-modules = []

Notes:

Expand Down

0 comments on commit 965cd62

Please sign in to comment.