Skip to content
Snippets Groups Projects
Commit 29abb059 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

Merge branch 'master' of github.com:heroku/heroku-buildpack-python

parents eb056bc5 3a89a843
No related branches found
No related tags found
No related merge requests found
# Python Buildpack Changelog
## 102
Buildpack code cleanup.
- Improved messaging around NLTK.
## 101
Updated setuptools installation method.
......
......@@ -23,7 +23,8 @@ if [ $? -eq 0 ]; then
python -m nltk.downloader -d $BUILD_DIR/.heroku/python/nltk_data $nltk_packages | indent
set-env NLTK_DATA "/app/.heroku/python/nltk_data"
else
puts-warn "nltk.txt not found, not downloading any corpora"
puts-warn "'nltk.txt' not found, not downloading any corpora"
puts-warn "Learn more: https://devcenter.heroku.com/articles/python-nltk"
fi
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment