I’m migrating a repo to use `pants` from just pex,...
# general
s
I’m migrating a repo to use
pants
from just pex, but put my python code in
lib/modulename
and the tests in
lib/tests
. I think I need to fix up the Source Root, since the default looks like
src/python
. Any suggestions on what the
pants.ini
change should be? I don’t seem to have the right incantation just yet.