We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a1ebc5 commit f748534Copy full SHA for f748534
setup.py
@@ -69,7 +69,7 @@ def get_version(rel_path):
69
author="Chris Snow",
70
author_email="[email protected]",
71
url="https://github.com/hpe-container-platform-community/hpecp-python-library",
72
- packages=["hpecp"],
+ packages=["hpecp", "hpecp.cli"],
73
scripts=["bin/hpecp"],
74
keywords="",
75
version=get_version("hpecp/__init__.py"),
0 commit comments