Skip to content
This repository was archived by the owner on Oct 16, 2023. It is now read-only.

Commit 85284a7

Browse files
shollymantswasttseaver
authored
fix: address testing failures from initial generation (#1)
Co-authored-by: Tim Swast <swast@google.com> Co-authored-by: Tres Seaver <tseaver@palladion.com>
1 parent ccb7ca8 commit 85284a7

File tree

6 files changed

+17
-1
lines changed

6 files changed

+17
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Python Client for Google Cloud Bigquery Migration API
2-
=================================================
2+
=====================================================
33

44
Quick Start
55
-----------

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
name="google-cloud-bigquery-migration",
3030
version=version,
3131
long_description=readme,
32+
author="Google LLC",
33+
author_email="googleapis-packages@google.com",
34+
license="Apache 2.0",
35+
url="https://github.com/googleapis/python-bigquery-migration",
3236
packages=setuptools.PEP420PackageFinder.find(),
3337
namespace_packages=("google", "google.cloud", "google.cloud.bigquery"),
3438
platforms="Posix; MacOS X; Windows",

testing/constraints-3.6.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This constraints file is used to check that lower bounds
2+
# are correct in setup.py
3+
# List *all* library dependencies and extras in this file.
4+
# Pin the version to the lower bound.
5+
#
6+
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
7+
# Then this file should have foo==1.14.0
8+
google-api-core==1.27.0
9+
google-auth==1.24.0 # TODO: remove when google-auth >= 1.25.0 is required transitively through google-api-core
10+
proto-plus==1.15.0
11+
libcst==0.2.5
12+
packaging==14.3

testing/constraints-3.7.txt

Whitespace-only changes.

testing/constraints-3.8.txt

Whitespace-only changes.

testing/constraints-3.9.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)