Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions setup-asyncio.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
description="Kubernetes asynchronous python client",
author_email="",
author="Kubernetes",
license="Apache License Version 2.0",
license="Apache-2.0",
url="https://github.com/kubernetes-client/kubernetes/aio",
keywords=["Swagger", "OpenAPI", "Kubernetes"],
install_requires=REQUIRES,
Expand All @@ -64,7 +64,6 @@
"Topic :: Utilities",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
Expand Down
3 changes: 1 addition & 2 deletions setup-release.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
description="Kubernetes python client",
author_email="",
author="Kubernetes",
license="Apache License Version 2.0",
license="Apache-2.0",
url="https://github.com/kubernetes-client/python",
keywords=["Swagger", "OpenAPI", "Kubernetes"],
install_requires=REQUIRES+REQUIRES_ASYNCIO,
Expand Down Expand Up @@ -92,7 +92,6 @@
"Topic :: Utilities",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
description="Kubernetes python client",
author_email="",
author="Kubernetes",
license="Apache License Version 2.0",
license="Apache-2.0",
url="https://github.com/kubernetes-client/python",
keywords=["Swagger", "OpenAPI", "Kubernetes"],
install_requires=REQUIRES,
Expand All @@ -79,7 +79,6 @@
"Topic :: Utilities",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
Expand Down