Merge pull request #76 from mbohlool/master

Fix package's long description
This commit is contained in:
mbohlool 2016-12-21 00:30:20 -08:00 committed by GitHub
commit 508390f75f

View File

@ -47,6 +47,6 @@ setup(
'kubernetes.client.models', 'scripts'],
include_package_data=True,
long_description="""\
Python client for talk to a kubernetes cluster.
Python client for kubernetes http://kubernetes.io/
"""
)