Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4024,7 +4024,6 @@ libraries:
default_version: v1
- name: google-crc32c
version: 1.8.0
skip_generate: true
python:
library_type: OTHER
name_pretty_override: A python wrapper of the C library 'Google CRC32C'
Expand Down
15 changes: 6 additions & 9 deletions packages/google-crc32c/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"name": "google-crc32c",
"name_pretty": "A python wrapper of the C library 'Google CRC32C'",
"product_documentation": "",
"client_documentation": "https://github.com/googleapis/python-crc32c",
"distribution_name": "google-crc32c",
"issue_tracker": "https://github.com/googleapis/python-crc32c/issues",
"release_level": "stable",
"language": "python",
"library_type": "OTHER",
"repo": "googleapis/google-cloud-python",
"distribution_name": "google-crc32c",
"default_version": "",
"codeowner_team": ""
}
"name": "google-crc32c",
"name_pretty": "A python wrapper of the C library 'Google CRC32C'",
"release_level": "stable",
"repo": "googleapis/google-cloud-python"
}
Loading