Skip to content

Commit ddaad02

Browse files
committed
Merge pull request #1437 from dhermes/update-setup-and-pyversions-shield
Updating setup.py to showcase current status and version support.
2 parents 0910f99 + b62fc88 commit ddaad02

File tree

2 files changed

+5
-18
lines changed

2 files changed

+5
-18
lines changed

README.rst

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Google Cloud Python Client
55

66
.. _Google Cloud Platform: https://cloud.google.com/
77

8-
|pypi| |build| |coverage|
8+
|pypi| |build| |coverage| |versions|
99

1010
- `Homepage`_
1111
- `API Documentation`_
@@ -39,22 +39,6 @@ Quick Start
3939

4040
$ pip install --upgrade gcloud
4141

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-
5842
Example Applications
5943
--------------------
6044

@@ -232,3 +216,5 @@ Apache 2.0 - See `LICENSE`_ for more information.
232216
:target: https://coveralls.io/r/GoogleCloudPlatform/gcloud-python?branch=master
233217
.. |pypi| image:: https://img.shields.io/pypi/v/gcloud.svg
234218
: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

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
zip_safe=False,
3737
install_requires=REQUIREMENTS,
3838
classifiers=[
39-
'Development Status :: 1 - Planning',
39+
'Development Status :: 4 - Beta',
4040
'Intended Audience :: Developers',
4141
'License :: OSI Approved :: Apache Software License',
4242
'Operating System :: OS Independent',
@@ -45,6 +45,7 @@
4545
'Programming Language :: Python :: 2.7',
4646
'Programming Language :: Python :: 3',
4747
'Programming Language :: Python :: 3.4',
48+
'Programming Language :: Python :: 3.5',
4849
'Topic :: Internet',
4950
]
5051
)

0 commit comments

Comments
 (0)