Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 436a515

Browse files
ohmayrparthea
andauthored
chore(librarian): onboard to librarian (#308)
Towards googleapis/librarian#2454 --------- Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent b2ce58f commit 436a515

10 files changed

Lines changed: 13 additions & 145 deletions

.github/.OwlBot.lock.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/.OwlBot.yaml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/auto-approve.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/release-please.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/release-trigger.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/sync-repo-settings.yaml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.librarian/state.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:e601da6e29c993e14c52867f2c088dfb841beae618d2a4f1e0f7970a888ab020
2+
libraries:
3+
- id: google-crc32c
4+
version: 1.7.1
5+
last_generated_commit: ""
6+
apis: []
7+
source_roots:
8+
- .
9+
preserve_regex: []
10+
remove_regex: []
11+
tag_format: v{version}

owlbot.py

Lines changed: 0 additions & 51 deletions
This file was deleted.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[build-system]
22
# Minimum requirements for the build system to execute.
3-
requires = ["setuptools", "wheel"] # PEP 508 specifications.
3+
requires = ["setuptools", "wheel"] # PEP 508 specifications.
4+
version = "1.7.1"

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
[metadata]
1616
name = google-crc32c
17-
version = 1.7.1
1817
description = A python wrapper of the C library 'Google CRC32C'
1918
url = https://github.com/googleapis/python-crc32c
2019
long_description = file: README.md

0 commit comments

Comments
 (0)