Skip to content

Commit

Permalink
Merge pull request #1011 from tomplus/master
Browse files Browse the repository at this point in the history
fix: add client.api package to setup.py
  • Loading branch information
k8s-ci-robot committed Nov 22, 2019
2 parents 02ef5be + 9859cb7 commit 579e96f
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 579e96f

Please sign in to comment.