Skip to content

Commit

Permalink
fix: add client.api package to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomplus committed Nov 21, 2019
1 parent 02ef5be commit 9859cb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
tests_require=TESTS_REQUIRES,
extras_require=EXTRAS,
packages=['kubernetes', 'kubernetes.client', 'kubernetes.config',
'kubernetes.watch', 'kubernetes.client.apis',
'kubernetes.watch', 'kubernetes.client.api',
'kubernetes.stream', 'kubernetes.client.models',
'kubernetes.utils'],
'kubernetes.utils', 'kubernetes.client.apis'],
include_package_data=True,
long_description="Python client for kubernetes http://kubernetes.io/",
classifiers=[
Expand Down

0 comments on commit 9859cb7

Please sign in to comment.