I have own pip package. I made the package with poetry.
This package named my_pack. If I install this package, then it will install to location:
..\Programs\Python\Python37\Lib\site-packages\my_pack
But, I need for files of my_pack will install to directory of other package:
..\Programs\Python\Python37\Lib\site-packages\other_pack\internal_directory\
How change target location for package? Maybe, I need to edit pyproject.toml of my_pack?