We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f05842 commit 6514693Copy full SHA for 6514693
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