|
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. |
24 | 14 |
|
25 | 15 | import sys
|
26 | 16 | from setuptools import setup, find_packages
|
27 | 17 |
|
28 | 18 | NAME = "kubernetes"
|
29 |
| -VERSION = "0.1.0" |
| 19 | +VERSION = "1.0.0-alpha.1" |
30 | 20 |
|
31 | 21 | # To install the library, run the following
|
32 | 22 | #
|
|
42 | 32 | version=VERSION,
|
43 | 33 | description="Kubernetes python client",
|
44 | 34 | 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", |
46 | 38 | keywords=["Swagger", "OpenAPI", "Kubernetes"],
|
47 | 39 | install_requires=REQUIRES,
|
48 | 40 | packages=['kubernetes', 'kubernetes.client', 'kubernetes.config',
|
|
0 commit comments