Hello all. I have a python monorepo with a few int...
# general
m
Hello all. I have a python monorepo with a few inter-dependent packages in a folder
\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
?