Skip to content

Commit 1450043

Browse files
authored
Merge branch 'master' into b1
2 parents d1b8969 + 53e882c commit 1450043

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

code-of-conduct.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Kubernetes Community Code of Conduct
2+
3+
Kubernetes follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).
4+
5+
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/code-of-conduct.md?pixel)]()

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
tests_require=TESTS_REQUIRES,
4747
packages=['kubernetes', 'kubernetes.client', 'kubernetes.config',
4848
'kubernetes.watch', 'kubernetes.client.apis',
49-
'kubernetes.stream', 'kubernetes.client.models'],
49+
'kubernetes.client.models', 'kubernetes.stream'],
5050
include_package_data=True,
5151
long_description="""\
5252
Python client for kubernetes http://kubernetes.io/

0 commit comments

Comments
 (0)