Skip to content

Commit 7ed7856

Browse files
committed
Update package version
1 parent 9506c55 commit 7ed7856

File tree

1 file changed

+17
-25
lines changed

1 file changed

+17
-25
lines changed

setup.py

Lines changed: 17 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,22 @@
1-
# coding: utf-8
2-
3-
"""
4-
Kubernetes
5-
6-
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
7-
8-
OpenAPI spec version: unversioned
9-
10-
Generated by: https://github.com/swagger-api/swagger-codegen.git
11-
12-
Licensed under the Apache License, Version 2.0 (the "License");
13-
you may not use this file except in compliance with the License.
14-
You may obtain a copy of the License at
15-
16-
http://www.apache.org/licenses/LICENSE-2.0
17-
18-
Unless required by applicable law or agreed to in writing, software
19-
distributed under the License is distributed on an "AS IS" BASIS,
20-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21-
See the License for the specific language governing permissions and
22-
limitations under the License.
23-
"""
1+
# Copyright 2016 The Kubernetes Authors.
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
2414

2515
import sys
2616
from setuptools import setup, find_packages
2717

2818
NAME = "kubernetes"
29-
VERSION = "0.1.0"
19+
VERSION = "1.0.0-alpha.1"
3020

3121
# To install the library, run the following
3222
#
@@ -42,7 +32,9 @@
4232
version=VERSION,
4333
description="Kubernetes python client",
4434
author_email="",
45-
url="http://kubernetes.io",
35+
author="Kubernetes",
36+
license="Apache License Version 2.0",
37+
url="https://github.com/kubernetes-incubator/client-python",
4638
keywords=["Swagger", "OpenAPI", "Kubernetes"],
4739
install_requires=REQUIRES,
4840
packages=['kubernetes', 'kubernetes.client', 'kubernetes.config',

0 commit comments

Comments
 (0)