Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for including modules from different locations
When we define multiple packages from different source locations, Poetry currently only uses the last specified from= location. This patch adds explicit paths to package_dir for additional packages. This fixes python-poetry/poetry#1811, fixes python-poetry/poetry#2354, and possibly even python-poetry/poetry#2450.
- Loading branch information