Skip to content

Commit c3f7926

Browse files
authored
fix: add missing leaderelection package (#357)
1 parent 0bcf8a9 commit c3f7926

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
'kubernetes_asyncio.client.api',
5757
'kubernetes_asyncio.stream',
5858
'kubernetes_asyncio.client.models',
59-
'kubernetes_asyncio.utils'],
59+
'kubernetes_asyncio.utils',
60+
'kubernetes_asyncio.leaderelection'],
6061
include_package_data=True,
6162
long_description="""\
6263
Python client for kubernetes http://kubernetes.io/

0 commit comments

Comments
 (0)