File tree Expand file tree Collapse file tree 2 files changed +5
-18
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +5
-18
lines changed
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Google Cloud Python Client
5
5
6
6
.. _Google Cloud Platform : https://cloud.google.com/
7
7
8
- |pypi | |build | |coverage |
8
+ |pypi | |build | |coverage | | versions |
9
9
10
10
- `Homepage `_
11
11
- `API Documentation `_
@@ -39,22 +39,6 @@ Quick Start
39
39
40
40
$ pip install --upgrade gcloud
41
41
42
- We support:
43
-
44
- - `Python 2.6 `_
45
- - `Python 2.7 `_
46
- - `Python 3.4 `_
47
- - `Python 3.5 `_
48
-
49
- For more information, see `Supported Python Versions `_ in
50
- ``CONTRIBUTING ``.
51
-
52
- .. _Python 2.6 : https://docs.python.org/2.6/
53
- .. _Python 2.7 : https://docs.python.org/2.7/
54
- .. _Python 3.4 : https://docs.python.org/3.4/
55
- .. _Python 3.5 : https://docs.python.org/3.5/
56
- .. _Supported Python Versions : https://github.com/GoogleCloudPlatform/gcloud-python/blob/master/CONTRIBUTING.rst#supported-python-versions
57
-
58
42
Example Applications
59
43
--------------------
60
44
@@ -232,3 +216,5 @@ Apache 2.0 - See `LICENSE`_ for more information.
232
216
:target: https://coveralls.io/r/GoogleCloudPlatform/gcloud-python?branch=master
233
217
.. |pypi | image :: https://img.shields.io/pypi/v/gcloud.svg
234
218
:target: https://pypi.python.org/pypi/gcloud
219
+ .. |versions | image :: https://img.shields.io/pypi/pyversions/gcloud.svg
220
+ :target: https://pypi.python.org/pypi/gcloud
Original file line number Diff line number Diff line change 36
36
zip_safe = False ,
37
37
install_requires = REQUIREMENTS ,
38
38
classifiers = [
39
- 'Development Status :: 1 - Planning ' ,
39
+ 'Development Status :: 4 - Beta ' ,
40
40
'Intended Audience :: Developers' ,
41
41
'License :: OSI Approved :: Apache Software License' ,
42
42
'Operating System :: OS Independent' ,
45
45
'Programming Language :: Python :: 2.7' ,
46
46
'Programming Language :: Python :: 3' ,
47
47
'Programming Language :: Python :: 3.4' ,
48
+ 'Programming Language :: Python :: 3.5' ,
48
49
'Topic :: Internet' ,
49
50
]
50
51
)
You can’t perform that action at this time.
0 commit comments