Skip to content

Commit

Permalink
Add dynamic package to setup.py and __init__.py (#266)
Browse files Browse the repository at this point in the history
Co-authored-by: Jean-Daniel Dupas <[email protected]>
  • Loading branch information
Jean-Daniel and Jean-Daniel Dupas authored Aug 3, 2023
1 parent 90392de commit 0a0f840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes_asyncio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

import kubernetes_asyncio.client
import kubernetes_asyncio.config
import kubernetes_asyncio.dynamic
import kubernetes_asyncio.stream
import kubernetes_asyncio.utils
import kubernetes_asyncio.watch
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
'kubernetes_asyncio',
'kubernetes_asyncio.client',
'kubernetes_asyncio.config',
'kubernetes_asyncio.dynamic',
'kubernetes_asyncio.watch',
'kubernetes_asyncio.client.api',
'kubernetes_asyncio.stream',
Expand Down

0 comments on commit 0a0f840

Please sign in to comment.