Skip to content

Commit

Permalink
Fix few typos in setup.py
Browse files Browse the repository at this point in the history
- supplemented module description with "asynchronous" keyword
- make url lead to right repo
  • Loading branch information
evemorgen authored Jun 13, 2018
1 parent 4c916f6 commit 6854f26
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 @@ -36,11 +36,11 @@
setup(
name=PACKAGE_NAME,
version=CLIENT_VERSION,
description="Kubernetes python client",
description="Kubernetes asynchronous python client",
author_email="",
author="Kubernetes",
license="Apache License Version 2.0",
url="https://github.com/kubernetes-client/python",
url="https://github.com/tomplus/kubernetes_asyncio",
keywords=[
"Swagger",
"OpenAPI",
Expand Down

0 comments on commit 6854f26

Please sign in to comment.