Skip to content

Commit c462b01

Browse files
committed
chore: clean up files
1 parent c7f39ac commit c462b01

6 files changed

Lines changed: 19 additions & 21 deletions

File tree

packages/google-auth-oauthlib/.repo-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "google-auth-oauthlib",
33
"name_pretty": "Google Auth OAuthlib",
44
"client_documentation": "https://googleapis.dev/python/google-auth-oauthlib/latest",
5-
"issue_tracker": "https://github.com/googleapis/google-auth-library-python-oauthlib/issues",
5+
"issue_tracker": "https://github.com/googleapis/google-cloud-python/issues",
66
"release_level": "stable",
77
"language": "python",
88
"library_type": "AUTH",
9-
"repo": "googleapis/google-auth-library-python-oauthlib",
9+
"repo": "googleapis/google-cloud-python",
1010
"distribution_name": "google-auth-oauthlib",
1111
"default_version": "",
1212
"codeowner_team": "@googleapis/googleapis-auth"

packages/google-auth-oauthlib/CONTRIBUTING.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,21 @@ Using a Development Checkout
3535
You'll have to create a development environment using a Git checkout:
3636

3737
- While logged into your GitHub account, navigate to the
38-
``google-auth-library-python-oauthlib`` `repo`_ on GitHub.
38+
``google-cloud-python`` `repo`_ on GitHub.
3939

40-
- Fork and clone the ``google-auth-library-python-oauthlib`` repository to your GitHub account by
40+
- Fork and clone the ``google-cloud-python`` repository to your GitHub account by
4141
clicking the "Fork" button.
4242

43-
- Clone your fork of ``google-auth-library-python-oauthlib`` from your GitHub account to your local
43+
- Clone your fork of ``google-cloud-python`` from your GitHub account to your local
4444
computer, substituting your account username and specifying the destination
45-
as ``hack-on-google-auth-library-python-oauthlib``. E.g.::
45+
as ``hack-on-google-cloud-python``. E.g.::
4646

4747
$ cd ${HOME}
48-
$ git clone git@github.com:USERNAME/google-auth-library-python-oauthlib.git hack-on-google-auth-library-python-oauthlib
49-
$ cd hack-on-google-auth-library-python-oauthlib
50-
# Configure remotes such that you can pull changes from the googleapis/google-auth-library-python-oauthlib
48+
$ git clone git@github.com:USERNAME/google-cloud-python.git hack-on-google-cloud-python
49+
$ cd hack-on-google-cloud-python
50+
# Configure remotes such that you can pull changes from the googleapis/google-cloud-python
5151
# repository into your local repository.
52-
$ git remote add upstream git@github.com:googleapis/google-auth-library-python-oauthlib.git
52+
$ git remote add upstream git@github.com:googleapis/google-cloud-python.git
5353
# fetch and merge changes from upstream into main
5454
$ git fetch upstream
5555
$ git merge upstream/main
@@ -60,7 +60,7 @@ repo, from which you can submit a pull request.
6060
To work on the codebase and run the tests, we recommend using ``nox``,
6161
but you can also use a ``virtualenv`` of your own creation.
6262

63-
.. _repo: https://github.com/googleapis/google-auth-library-python-oauthlib
63+
.. _repo: https://github.com/googleapis/google-cloud-python
6464

6565
Using ``nox``
6666
=============
@@ -113,7 +113,7 @@ Coding Style
113113
export GOOGLE_CLOUD_TESTING_BRANCH="main"
114114

115115
By doing this, you are specifying the location of the most up-to-date
116-
version of ``google-auth-library-python-oauthlib``. The
116+
version of ``google-cloud-python``. The
117117
remote name ``upstream`` should point to the official ``googleapis``
118118
checkout and the branch should be the default branch on that remote (``main``).
119119

@@ -209,7 +209,7 @@ The `description on PyPI`_ for the project comes directly from the
209209
``README``. Due to the reStructuredText (``rst``) parser used by
210210
PyPI, relative links which will work on GitHub (e.g. ``CONTRIBUTING.rst``
211211
instead of
212-
``https://github.com/googleapis/google-auth-library-python-oauthlib/blob/main/CONTRIBUTING.rst``)
212+
``https://github.com/googleapis/google-cloud-python/blob/main/CONTRIBUTING.rst``)
213213
may cause problems creating links or rendering the description.
214214

215215
.. _description on PyPI: https://pypi.org/project/google-auth-oauthlib
@@ -242,7 +242,7 @@ We support:
242242

243243
Supported versions can be found in our ``noxfile.py`` `config`_.
244244

245-
.. _config: https://github.com/googleapis/google-auth-library-python-oauthlib/blob/main/noxfile.py
245+
.. _config: https://github.com/googleapis/google-cloud-python/blob/main/noxfile.py
246246

247247

248248
We also explicitly decided to support Python 3 beginning with version 3.7.

packages/google-auth-oauthlib/README.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ oauthlib integration for Google Auth
55

66
This library provides `oauthlib`_ integration with `google-auth`_.
77

8-
.. |build| image:: https://travis-ci.org/googleapis/google-auth-library-python-oauthlib.svg?branch=main
9-
:target: https://googleapis.dev/python/google-auth-oauthlib/latest/index.html
108
.. |pypi| image:: https://img.shields.io/pypi/v/google-auth-oauthlib.svg
119
:target: https://pypi.python.org/pypi/google-auth-oauthlib
1210

@@ -50,4 +48,4 @@ License
5048

5149
Apache 2.0 - See `the LICENSE`_ for more information.
5250

53-
.. _the LICENSE: https://github.com/googleapis/google-auth-library-python-oauthlib/blob/main/LICENSE
51+
.. _the LICENSE: https://github.com/googleapis/google-cloud-python/blob/main/LICENSE

packages/google-auth-oauthlib/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
html_theme_options = {
157157
"description": "Google Cloud Client Libraries for google-auth-oauthlib",
158158
"github_user": "googleapis",
159-
"github_repo": "google-auth-library-python-oauthlib",
159+
"github_repo": "google-cloud-python",
160160
"github_banner": True,
161161
"font_family": "'Roboto', Georgia, sans",
162162
"head_font_family": "'Roboto', Georgia, serif",

packages/google-auth-oauthlib/docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ code from `GitHub`_ and install from source.
2424

2525
.. _pip: https://pip.pypa.io
2626
.. _GitHub:
27-
https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib
27+
https://github.com/googleapis/google-cloud-python/packages/google-auth-oauthlib
2828

2929
Usage
3030
-----
@@ -38,7 +38,7 @@ google-auth-oauthlib is made available under the Apache License, Version 2.0.
3838
For more details, see `LICENSE`_
3939

4040
.. _LICENSE:
41-
https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib/LICENSE
41+
https://github.com/googleapis/google-cloud-python/packages/google-auth-oauthlib/LICENSE
4242

4343
Contributing
4444
------------

packages/google-auth-oauthlib/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
author_email="googleapis-packages@google.com",
4242
description="Google Authentication Library",
4343
long_description=long_description,
44-
url="https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib",
44+
url="https://github.com/googleapis/google-cloud-python/packages/google-auth-oauthlib",
4545
packages=find_namespace_packages(
4646
exclude=(
4747
"docs*",

0 commit comments

Comments
 (0)