Skip to content

Commit

Permalink
Updating setup.py to showcase current status and version support.
Browse files Browse the repository at this point in the history
Also adding a shield to README that has all of our supported
versions and removing the text with the same content.
  • Loading branch information
dhermes committed Feb 2, 2016
1 parent 0910f99 commit b62fc88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 18 deletions.
20 changes: 3 additions & 17 deletions README.rst
Original file line number Diff line number Diff 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 Down Expand 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 Down Expand 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 number Diff line number Diff 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',
]
)

0 comments on commit b62fc88

Please sign in to comment.