| commit | f3e83e7119532f90ca58d9b1af91a50d4d1ea417 | [log] [tgz] |
|---|---|---|
| author | Ignas Anikevicius <240938+aignas@users.noreply.github.com> | Sun Oct 12 01:16:59 2025 +0900 |
| committer | GitHub <noreply@github.com> | Sat Oct 11 16:16:59 2025 +0000 |
| tree | 9c63a27919d24deddcc94345e4b75c760c6935a3 | |
| parent | f84640bec471629c25d76052ed858eb3c0dd3a14 [diff] |
fix(venv): include pth files at the root of the site-packages folder (#3340) Before this PR we would not include `pth` files at the root of the `site-packages` folder, but we would include if they are further down the tree. Fixes #3339 Fixes #2071
This repository is the home of the core Python rules -- py_library, py_binary, py_test, py_proto_library, and related symbols that provide the basis for Python support in Bazel. It also contains package installation rules for integrating with PyPI and other indices.
Documentation for rules_python is at https://rules-python.readthedocs.io and in the Bazel Build Encyclopedia.
Examples live in the examples directory.
The core rules are stable. Their implementation is subject to Bazel's backward compatibility policy. This repository aims to follow semantic versioning.
The Bazel community maintains this repository. Neither Google nor the Bazel team provides support for the code. However, this repository is part of the test suite used to vet new Bazel releases. See How to contribute page for information on our development workflow.
For detailed documentation, see https://rules-python.readthedocs.io
See Bzlmod support for more details.