Skip to content

Commit ad1bbf1

Browse files
authored
Merge pull request #46 from IBM/dlangst
fix: Fix module not found
2 parents 9f05842 + 6514693 commit ad1bbf1

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)