mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
Merge branch 'master' of github.com:heroku/heroku-buildpack-python
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# Python Buildpack Changelog
|
||||
|
||||
## 102
|
||||
|
||||
Buildpack code cleanup.
|
||||
|
||||
- Improved messaging around NLTK.
|
||||
|
||||
## 101
|
||||
|
||||
Updated setuptools installation method.
|
||||
|
||||
+2
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user