Skip to content

Commit 2cbed9c

Browse files
committed
Fix package discovery
We need the glob to ensure subpackages are discovered. Change-Id: I499d7cec2ba3e2d9b28d50a4eef2c65b43669427 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
1 parent 25a930c commit 2cbed9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ volume_summary = "openstackclient.volume.v3.volume:VolumeSummary"
776776
volume_revert = "openstackclient.volume.v3.volume:VolumeRevertToSnapshot"
777777

778778
[tool.setuptools.packages.find]
779-
include = ["openstackclient"]
779+
include = ["openstackclient*"]
780780

781781
[tool.mypy]
782782
python_version = "3.11"

0 commit comments

Comments
 (0)