Skip to content

Commit 9c0a2f3

Browse files
authored
chore: enable generation for google-crc32c (#16909)
This isn't really generated, but this change will get `.repo-metadata.json` up-to-date. The package previously had generation disabled due to test failures.
1 parent caa83e5 commit 9c0a2f3

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

librarian.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2200,7 +2200,6 @@ libraries:
22002200
default_version: v1
22012201
- name: google-crc32c
22022202
version: 1.8.0
2203-
skip_generate: true
22042203
python:
22052204
library_type: OTHER
22062205
skip_readme_copy: true
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
{
2-
"client_documentation": "https://github.com/googleapis/python-crc32c",
2+
"client_documentation": "https://googleapis.dev/python/google-crc32c/latest",
33
"distribution_name": "google-crc32c",
4-
"issue_tracker": "https://github.com/googleapis/python-crc32c/issues",
54
"language": "python",
65
"library_type": "OTHER",
76
"name": "google-crc32c",
8-
"name_pretty": "A python wrapper of the C library 'Google CRC32C'",
97
"release_level": "stable",
108
"repo": "googleapis/google-cloud-python"
119
}

0 commit comments

Comments
 (0)