Skip to content

Commit f748534

Browse files
authored
fix(setup): add hpecp.cli package
1 parent 9a1ebc5 commit f748534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def get_version(rel_path):
6969
author="Chris Snow",
7070
author_email="[email protected]",
7171
url="https://github.com/hpe-container-platform-community/hpecp-python-library",
72-
packages=["hpecp"],
72+
packages=["hpecp", "hpecp.cli"],
7373
scripts=["bin/hpecp"],
7474
keywords="",
7575
version=get_version("hpecp/__init__.py"),

0 commit comments

Comments
 (0)