Skip to content

Commit 8cc4bfb

Browse files
committed
migrate to autogenerated setup.py with post processing
1 parent 6b1db50 commit 8cc4bfb

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

packages/google-cloud-bigquery-storage/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"fastavro": ["fastavro>=0.21.2"],
5656
"pyarrow": ["pyarrow>=0.15.0"],
5757
}
58-
url = "https://github.com/googleapis/google-cloud-python"
58+
url = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-bigquery-storage"
5959

6060
package_root = os.path.abspath(os.path.dirname(__file__))
6161

scripts/client-post-processing/bigquery-storage-integration.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,18 @@ replacements:
114114
)\n\n
115115
@nox.session(python=DEFAULT_PYTHON_VERSION)
116116
count: 1
117+
- paths: [
118+
packages/google-cloud-bigquery-storage/setup.py,
119+
]
120+
before: |
121+
extras = \{\}
122+
after: |
123+
extras = {
124+
# 'importlib-metadata' is required for Python 3.7 compatibility
125+
"pandas": ["pandas>=0.21.1", "importlib-metadata>=1.0.0; python_version<'3.8'"],
126+
"fastavro": ["fastavro>=0.21.2"],
127+
"pyarrow": ["pyarrow>=0.15.0"],
128+
}
129+
count: 1
130+
131+

0 commit comments

Comments
 (0)