We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f05842 + 6514693 commit ad1bbf1Copy full SHA for ad1bbf1
1 file changed
setup.py
@@ -54,7 +54,7 @@
54
long_description=readme,
55
long_description_content_type='text/markdown',
56
url='https://github.com/IBM/whcs-python-sdk',
57
- packages=[PACKAGE_NAME],
+ packages=find_packages(),
58
include_package_data=True,
59
keywords='PACKAGE_NAME',
60
classifiers=[
0 commit comments