Skip to content

Commit

Permalink
Merge pull request kubernetes-client#1370 from soumitrak/master
Browse files Browse the repository at this point in the history
Added kubernetes.leaderelection in packages list to fix import error
  • Loading branch information
k8s-ci-robot authored Feb 6, 2021
2 parents cbc2a2d + d7584c5 commit 529bae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
'kubernetes.watch', 'kubernetes.client.api',
'kubernetes.stream', 'kubernetes.client.models',
'kubernetes.utils', 'kubernetes.client.apis',
'kubernetes.dynamic'],
'kubernetes.dynamic', 'kubernetes.leaderelection'],
include_package_data=True,
long_description="Python client for kubernetes http://kubernetes.io/",
classifiers=[
Expand Down

0 comments on commit 529bae3

Please sign in to comment.