Skip to content

Commit

Permalink
Fix [tools.setuptools] in pyproject.toml
Browse files Browse the repository at this point in the history
Fix pyproject.toml: the py-modules line doesn't cause the package to
include the edk2basetools module. Switching it to packages fixes this.

Fixes issue #124

Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
  • Loading branch information
bexcran committed Jun 23, 2024
1 parent 2939fd7 commit 6a806d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ AmlToC = "edk2basetools.AmlToC.AmlToC:Main"
[tool.setuptools_scm]

[tool.setuptools]
py-modules = ["edk2basetools"]
packages = ["edk2basetools"]

[tool.coverage.run]
include = ["edk2basetools/*"]

0 comments on commit 6a806d0

Please sign in to comment.