Skip to content

Commit 6514693

Browse files
committed
fix: Fix module not found
1 parent 9f05842 commit 6514693

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
long_description=readme,
5555
long_description_content_type='text/markdown',
5656
url='https://github.com/IBM/whcs-python-sdk',
57-
packages=[PACKAGE_NAME],
57+
packages=find_packages(),
5858
include_package_data=True,
5959
keywords='PACKAGE_NAME',
6060
classifiers=[

0 commit comments

Comments
 (0)