From b8cbc64d20f9518fe2c472bcb5a330370529daaa Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Fri, 19 Feb 2016 15:46:56 -0500
Subject: [PATCH] Update Readme.md

---
 Readme.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Readme.md b/Readme.md
index d12cb020..9060de1e 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1,10 +1,9 @@
 # Heroku Buildpack: Python
 ![buildpack_python](https://cloud.githubusercontent.com/assets/51578/13116296/5f4058f0-d569-11e5-8129-bffd7be091e6.jpg)
 
-This is a [Heroku buildpack](http://devcenter.heroku.com/articles/buildpacks) for Python apps, powered by [pip](http://www.pip-installer.org/).
-
-This buildpack supports running Django and Flask apps.
+This is the official [Heroku buildpack](http://devcenter.heroku.com/articles/buildpacks) for Python apps, powered by [pip](http://www.pip-installer.org/), and other excellent software.
 
+Recommended web frameworks include Django and Flask. Recommended webserver is Gunicorn. There are no restrictions around what software can be used (as long as it's pip-installable). Web processes must bind to `$PORT`, and only the HTTP protocol is permitted for incoming connections.
 
 Usage
 -----
-- 
GitLab