Commit 99dae0f6 authored by Kenneth Reitz's avatar Kenneth Reitz

v92

parent f54dfff8
# Python Buildpack Changelog
## v92
Improved cache functionality and fix egg-links regression.
## v91
Bugfix, rolled back to v88.
......
......@@ -209,6 +209,7 @@ set-default-env PYTHONPATH /app/
# Install sane-default script for $WEB_CONCURRENCY and $FORWARDED_ALLOW_IPS.
cp $ROOT_DIR/vendor/python.gunicorn.sh $GUNICORN_PROFILE_PATH
# Support for pip install -e.
rm -fr $BUILD_DIR/.heroku/src
deep-cp /app/.heroku/src $BUILD_DIR/.heroku/src
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment