Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## heroku/python ### Changed - Stopped manually creating a `src` directory inside the Pip dependencies layer. Pip will create the directory itself if needed (when there are editable VCS dependencies). ([#228](#228)) - Stopped setting `CPATH` and `PKG_CONFIG_PATH` at launch time. ([#231](#231)) - The `bin` directory in the Pip dependencies layer is now always added to `PATH` instead of only when an installed dependency has an entry point script. ([#232](#232)) - The Pip cache layer is now exposed to Pip invocations in later buildpacks. ([#234](#234)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
- Loading branch information