Skip to content

Commit

Permalink
docs: add link to PyPI (#10)
Browse files Browse the repository at this point in the history
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> 🦕
  • Loading branch information
busunkim96 authored Jun 4, 2020
1 parent e03d780 commit 19a4488
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/googleapis-common-protos/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

# Google APIs common protos

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


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

0 comments on commit 19a4488

Please sign in to comment.