aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthonios Partheniou <partheniou@google.com>2021-10-04 11:02:06 -0400
committerGitHub <noreply@github.com>2021-10-04 09:02:06 -0600
commitf3fd05901da03f000b2f3287e7710612653cd6c0 (patch)
tree9e6ac7aacba8267a3da3991367d6ca991110d425
parent3b0912a08f115f352bac65167912400e55ef857e (diff)
downloadpython-api-core-f3fd05901da03f000b2f3287e7710612653cd6c0.tar.gz
chore: add default_version and codeowner_team to .repo-metadata.json (#282)
* chore: add default_version and codeowner_team to .repo-metadata.json * Assign @googleapis/actools-python as codeowner
-rw-r--r--.repo-metadata.json20
1 files changed, 11 insertions, 9 deletions
diff --git a/.repo-metadata.json b/.repo-metadata.json
index 59aa936..e16c9d2 100644
--- a/.repo-metadata.json
+++ b/.repo-metadata.json
@@ -1,10 +1,12 @@
{
- "name": "google-api-core",
- "name_pretty": "Google API client core library",
- "client_documentation": "https://googleapis.dev/python/google-api-core/latest",
- "release_level": "ga",
- "language": "python",
- "library_type": "CORE",
- "repo": "googleapis/python-api-core",
- "distribution_name": "google-api-core"
-} \ No newline at end of file
+ "name": "google-api-core",
+ "name_pretty": "Google API client core library",
+ "client_documentation": "https://googleapis.dev/python/google-api-core/latest",
+ "release_level": "ga",
+ "language": "python",
+ "library_type": "CORE",
+ "repo": "googleapis/python-api-core",
+ "distribution_name": "google-api-core",
+ "default_version": "",
+ "codeowner_team": "@googleapis/actools-python"
+}