We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 973020a commit ed2890aCopy full SHA for ed2890a
setup.py
@@ -71,6 +71,7 @@ def get_version(rel_path):
71
author_email="[email protected]",
72
url="https://github.com/hpe-container-platform-community/hpecp-python-library",
73
packages=["hpecp", "hpecp.cli"],
74
+ package_data={"": ["requirements.txt", "LICENSE"]},
75
scripts=["bin/hpecp"],
76
keywords="",
77
version=get_version("hpecp/__init__.py"),
0 commit comments