adorable-plastic-34434
12/19/2024, 12:28 PMpants.toml
packages/
projA/
src/projA/
__init__.py
foo.py
BUILD
tests/
pyproject.toml
setup.py
BUILD
The BUILD file in packages/projA has a python_distribution. I want to create an entrypoint projA.foo:bar, but I cannot tell the BUILD file from which folder to go. Do you have any idea how to fix this?happy-kitchen-89482
12/19/2024, 9:17 PMpants roots
show?adorable-plastic-34434
12/20/2024, 1:14 PM.
packages/projA
packages/projA/src
packages/projA/tests
Let me know if this sounds weird to youhappy-kitchen-89482
12/20/2024, 3:50 PMprojA.foo:bar
should work, as it is a correct module:function
specification from the source root packages/projA/src
adorable-plastic-34434
12/20/2024, 4:08 PMhappy-kitchen-89482
12/20/2024, 11:16 PMadorable-plastic-34434
01/07/2025, 12:30 PM