mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
punctuation
This commit is contained in:
+1
-1
@@ -146,7 +146,7 @@ puts-step "Activating virtualenv"
|
||||
source bin/activate
|
||||
|
||||
|
||||
# If no requirements given, assume `setup.py develop`
|
||||
# If no requirements given, assume `setup.py develop`.
|
||||
if [ ! -f requirements.txt ]; then
|
||||
puts-step "No requirements.txt supplied, assuming distribution package."
|
||||
echo "-e ." > requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user