Skip to content

Commit ed2890a

Browse files
committed
fix(install): add requirements.txt
Signed-off-by: Chris Snow <[email protected]>
1 parent 973020a commit ed2890a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def get_version(rel_path):
7171
author_email="[email protected]",
7272
url="https://github.com/hpe-container-platform-community/hpecp-python-library",
7373
packages=["hpecp", "hpecp.cli"],
74+
package_data={"": ["requirements.txt", "LICENSE"]},
7475
scripts=["bin/hpecp"],
7576
keywords="",
7677
version=get_version("hpecp/__init__.py"),

0 commit comments

Comments
 (0)