Skip to content

Commit

Permalink
Fix Spanner Metadata (googleapis#3009)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesneeringer authored Feb 14, 2017
1 parent 6f98d17 commit 01dc331
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions spanner/README.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
Python Client for Cloud Spanner
===============================

Python idiomatic client for `Cloud Spanner`_
Python idiomatic client for `Cloud Spanner`_.

.. _Cloud Spanner: https://googlecloudplatform.github.io/google-cloud-python/latest/spanner-usage.html


Quick Start
-----------

::
.. code-block:: console
$ pip install --upgrade google-cloud-spanner
4 changes: 2 additions & 2 deletions spanner/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'include_package_data': True,
'zip_safe': False,
'classifiers': [
'Development Status :: 4 - Beta',
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Operating System :: OS Independent',
Expand All @@ -59,7 +59,7 @@

setup(
name='google-cloud-spanner',
version='0.23.0',
version='0.23.1',
description='Python Client for Cloud Spanner',
long_description=README,
namespace_packages=[
Expand Down

0 comments on commit 01dc331

Please sign in to comment.