Skip to content

Commit 19a4488

Browse files
authored
docs: add link to PyPI (#10)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-api-common-protos/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> 🦕
1 parent e03d780 commit 19a4488

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11

22
# Google APIs common protos
33

4-
TOOD: Add standard badges
4+
[![pypi](https://img.shields.io/pypi/v/googleapis-common-protos.svg)](https://pypi.org/project/googleapis-common-protos/)
5+
56

67
googleapis-common-protos contains the python classes generated from the common
7-
protos in the [googleapis/api-common-protos](https://github.com/googleapis/api-common-protos) repository.
8+
protos in the [googleapis/api-common-protos](https://github.com/googleapis/api-common-protos) repository.

0 commit comments

Comments
 (0)