Skip to content

Commit e7e659a

Browse files
chore: remove mention of py_proto_library from readme (#3525)
py_proto_library is meant to be imported from protobuf. #3508 removed the relevant examples. This PR also removes the mention in main readme. cc: @rickeylev since you authored #3508
1 parent 9571e2d commit e7e659a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
:::{topic} Core rules
66

77
The core Python rules -- `py_library`, `py_binary`, `py_test`,
8-
`py_proto_library`, and related symbols that provide the basis for Python
8+
and related symbols that provide the basis for Python
99
support in Bazel.
1010

1111
When using Bazel 6 (or earlier), the core rules are bundled into the Bazel binary, and the symbols

0 commit comments

Comments
 (0)