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
20 changes: 3 additions & 17 deletions README.rst
Original file line numberDiff line numberDiff line change
Expand Up@@ -5,7 +5,7 @@ Google Cloud Python Client

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

|pypi| |build| |coverage|
|pypi| |build| |coverage| |versions|

- `Homepage`_
- `API Documentation`_
Expand DownExpand Up@@ -39,22 +39,6 @@ Quick Start

$ pip install --upgrade gcloud

We support:

- `Python 2.6`_
- `Python 2.7`_
- `Python 3.4`_
- `Python 3.5`_

For more information, see `Supported Python Versions`_ in
``CONTRIBUTING``.

.. _Python 2.6: https://docs.python.org/2.6/
.. _Python 2.7: https://docs.python.org/2.7/
.. _Python 3.4: https://docs.python.org/3.4/
.. _Python 3.5: https://docs.python.org/3.5/
.. _Supported Python Versions: https://github.com/GoogleCloudPlatform/gcloud-python/blob/master/CONTRIBUTING.rst#supported-python-versions

Example Applications
--------------------

Expand DownExpand Up@@ -232,3 +216,5 @@ Apache 2.0 - See `LICENSE`_ for more information.
:target: https://coveralls.io/r/GoogleCloudPlatform/gcloud-python?branch=master
.. |pypi| image:: https://img.shields.io/pypi/v/gcloud.svg
:target: https://pypi.python.org/pypi/gcloud
.. |versions| image:: https://img.shields.io/pypi/pyversions/gcloud.svg
:target: https://pypi.python.org/pypi/gcloud
3 changes: 2 additions & 1 deletion setup.py
Original file line numberDiff line numberDiff line change
Expand Up@@ -36,7 +36,7 @@
zip_safe=False,
install_requires=REQUIREMENTS,
classifiers=[
'Development Status :: 1 - Planning',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
Expand All@@ -45,6 +45,7 @@
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Internet',
]
)