I have two projects in my repo: `app` and `library...
# general
q
I have two projects in my repo:
app
and
library
.
app
depends on
library
and I’d like to include the
library
source code along with the
app
distribution. But when adding
library
as a dependency in the
python_distribution
target of
app
I can see the
library
source files when I do
pants dependencies app:dist
but the artifacts generated from
pants package app:dist
do not include the
library
source files. Any ideas of what could be going wrong?
w
I think you’ll have better luck if you show your build file
q
Yes, trying to create a minimal reproducible example. My current BUILD files are too verbose at the moment with many unrelated things. Will share soon.
b
@quaint-piano-62770 were you able to solve this? if yes can you share the solution