Skip to content

Commit 09325b8

Browse files
chore: remove mention of py_proto_library from readme
py_proto_library is meant to be imported from protobuf. #3508 removed the relevant examples. This PR also removes the mention in main readme.
1 parent 9571e2d commit 09325b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Overview
66

77
This repository is the home of the core Python rules -- `py_library`,
8-
`py_binary`, `py_test`, `py_proto_library`, and related symbols that provide the basis for Python
8+
`py_binary`, `py_test`, and related symbols that provide the basis for Python
99
support in Bazel. It also contains package installation rules for integrating with PyPI and other indices.
1010

1111
Documentation for rules_python is at <https://rules-python.readthedocs.io> and in the

0 commit comments

Comments
 (0)