| commit | 1aa0d9f63ed7b98c65a81c4e78ebef2a258ee673 | [log] [tgz] |
|---|---|---|
| author | Richard Levasseur <rlevasseur@google.com> | Sun Jan 12 17:18:30 2025 -0800 |
| committer | GitHub <noreply@github.com> | Mon Jan 13 01:18:30 2025 +0000 |
| tree | 20f06421cbf47c39353f3e9ece52dd48b1a92e7e | |
| parent | 51f10470a906611979c5e62c92aa08648980bc94 [diff] |
fix(pypi): include pyi files in data attribute (#2558) Restore the previous behavior of pyi files being included in data. This is because certain packages (librosa, at least) expect the pyi files to be available at runtime.
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.