Skip to content

Commit

Permalink
pyproject toml fixed for podman submodules invisibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jyejare committed Feb 19, 2025
1 parent 371bec7 commit 42f3dbe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,9 @@ log_cli_level = "DEBUG"
log_cli_format = "%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)"
log_cli_date_format = "%Y-%m-%d %H:%M:%S"

[tool.setuptools]
packages = ["podman"]
[tool.setuptools.packages.find]
where = ["."]
include = ["podman*"]

[tool.setuptools.dynamic]
version = {attr = "podman.version.__version__"}
Expand Down

0 comments on commit 42f3dbe

Please sign in to comment.