diff --git a/gunicorn/__main__.py b/gunicorn/__main__.py new file mode 100644 index 000000000..49ba6960d --- /dev/null +++ b/gunicorn/__main__.py @@ -0,0 +1,7 @@ +# -*- coding: utf-8 - +# +# This file is part of gunicorn released under the MIT license. +# See the NOTICE for more information. + +from gunicorn.app.wsgiapp import run +run()