Skip to content

Commit 25b035c

Browse files
committed
docs: point to setup.py/pyproject.toml for dependencies and versions in CONTRIBUTING.rst
1 parent 306b25a commit 25b035c

35 files changed

Lines changed: 35 additions & 35 deletions

File tree

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In order to add a feature:
2020
- The feature must be documented in both the API and narrative documentation.
2121

2222
- The feature must work fully on all supported Python versions across macOS, Linux, and Windows.
23-
*(See the package's ``noxfile.py`` or ``setup.py`` for the definitive list of supported Python versions).*
23+
*(See the package's ``setup.py`` or ``pyproject.toml`` for the definitive list of supported Python versions).*
2424

2525
- The feature must not add unnecessary dependencies (where "unnecessary" is subjective, but new dependencies should be discussed).
2626

packages/bigframes/CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Please refer to the centralized `Contributing Guide`_ at the repository root for
88

99
.. _Contributing Guide: https://github.com/googleapis/google-cloud-python/blob/main/CONTRIBUTING.rst
1010

11-
Package-specific test sessions, dependencies, and supported Python versions are defined in this directory's ``noxfile.py``.
11+
Package-specific test sessions are defined in this directory's ``noxfile.py``. Dependencies and supported Python versions are defined in ``setup.py`` or ``pyproject.toml``.
1212

1313
********************
1414
Running System Tests

packages/bigquery-magics/CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Please refer to the centralized `Contributing Guide`_ at the repository root for
88

99
.. _Contributing Guide: https://github.com/googleapis/google-cloud-python/blob/main/CONTRIBUTING.rst
1010

11-
Package-specific test sessions, dependencies, and supported Python versions are defined in this directory's ``noxfile.py``.
11+
Package-specific test sessions are defined in this directory's ``noxfile.py``. Dependencies and supported Python versions are defined in ``setup.py`` or ``pyproject.toml``.

packages/db-dtypes/CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Please refer to the centralized `Contributing Guide`_ at the repository root for
88

99
.. _Contributing Guide: https://github.com/googleapis/google-cloud-python/blob/main/CONTRIBUTING.rst
1010

11-
Package-specific test sessions, dependencies, and supported Python versions are defined in this directory's ``noxfile.py``.
11+
Package-specific test sessions are defined in this directory's ``noxfile.py``. Dependencies and supported Python versions are defined in ``setup.py`` or ``pyproject.toml``.

packages/django-google-spanner/CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Please refer to the centralized `Contributing Guide`_ at the repository root for
88

99
.. _Contributing Guide: https://github.com/googleapis/google-cloud-python/blob/main/CONTRIBUTING.rst
1010

11-
Package-specific test sessions, dependencies, and supported Python versions are defined in this directory's ``noxfile.py``.
11+
Package-specific test sessions are defined in this directory's ``noxfile.py``. Dependencies and supported Python versions are defined in ``setup.py`` or ``pyproject.toml``.

packages/gapic-generator/CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Please refer to the centralized `Contributing Guide`_ at the repository root for
88

99
.. _Contributing Guide: https://github.com/googleapis/google-cloud-python/blob/main/CONTRIBUTING.rst
1010

11-
Package-specific test sessions, dependencies, and supported Python versions are defined in this directory's ``noxfile.py``.
11+
Package-specific test sessions are defined in this directory's ``noxfile.py``. Dependencies and supported Python versions are defined in ``setup.py`` or ``pyproject.toml``.

packages/gcp-sphinx-docfx-yaml/CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Please refer to the centralized `Contributing Guide`_ at the repository root for
88

99
.. _Contributing Guide: https://github.com/googleapis/google-cloud-python/blob/main/CONTRIBUTING.rst
1010

11-
Package-specific test sessions, dependencies, and supported Python versions are defined in this directory's ``noxfile.py``.
11+
Package-specific test sessions are defined in this directory's ``noxfile.py``. Dependencies and supported Python versions are defined in ``setup.py`` or ``pyproject.toml``.
1212

1313
.. note::
1414
This is the forked version of the original repository, which is found on https://github.com/docascode/sphinx-docfx-yaml. Unless the issue applies only to this repository, please also file an issue and/or contribute to the original repository as well.

packages/google-api-core/CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Please refer to the centralized `Contributing Guide`_ at the repository root for
88

99
.. _Contributing Guide: https://github.com/googleapis/google-cloud-python/blob/main/CONTRIBUTING.rst
1010

11-
Package-specific test sessions, dependencies, and supported Python versions are defined in this directory's ``noxfile.py``.
11+
Package-specific test sessions are defined in this directory's ``noxfile.py``. Dependencies and supported Python versions are defined in ``setup.py`` or ``pyproject.toml``.

packages/google-auth-httplib2/CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Please refer to the centralized `Contributing Guide`_ at the repository root for
88

99
.. _Contributing Guide: https://github.com/googleapis/google-cloud-python/blob/main/CONTRIBUTING.rst
1010

11-
Package-specific test sessions, dependencies, and supported Python versions are defined in this directory's ``noxfile.py``.
11+
Package-specific test sessions are defined in this directory's ``noxfile.py``. Dependencies and supported Python versions are defined in ``setup.py`` or ``pyproject.toml``.

packages/google-auth-oauthlib/CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Please refer to the centralized `Contributing Guide`_ at the repository root for
88

99
.. _Contributing Guide: https://github.com/googleapis/google-cloud-python/blob/main/CONTRIBUTING.rst
1010

11-
Package-specific test sessions, dependencies, and supported Python versions are defined in this directory's ``noxfile.py``.
11+
Package-specific test sessions are defined in this directory's ``noxfile.py``. Dependencies and supported Python versions are defined in ``setup.py`` or ``pyproject.toml``.

0 commit comments

Comments
 (0)