most-jackal-11773
10/31/2024, 1:42 PM\packages\pkg1
\packages\pkg2
,... etc.
Inside every package, i have a structure like /packages/pkgXX/test
and /packages/pkgXX/src
and /packages/pkgXX/pyproject.toml
.
The packages are valid pyproject.toml
packages, that declare each other as dependencies, as well as some external dependencies.
I don't underestand how to setup the pants BUILD file for this structure. Is this a python_library
? should i declare the pyproject.toml
?