Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fa9f89 + dac7ee1 commit 4bb1e7bCopy full SHA for 4bb1e7b
setup.py
@@ -60,7 +60,8 @@
60
packages=['kubernetes', 'kubernetes.client', 'kubernetes.config',
61
'kubernetes.watch', 'kubernetes.client.api',
62
'kubernetes.stream', 'kubernetes.client.models',
63
- 'kubernetes.utils', 'kubernetes.client.apis'],
+ 'kubernetes.utils', 'kubernetes.client.apis',
64
+ 'kubernetes.dynamic'],
65
include_package_data=True,
66
long_description="Python client for kubernetes http://kubernetes.io/",
67
classifiers=[
0 commit comments