From: Christopher Allan Webber Date: Thu, 9 Oct 2014 20:59:53 +0000 (-0500) Subject: That's right, *append* to the list, don't call it :P X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9bf845d88f3a08b3090a4a408189fc965b341148;p=mediagoblin.git That's right, *append* to the list, don't call it :P --- diff --git a/setup.py b/setup.py index 2c722e99..562252e3 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ if PY2: pyversion_install_requires.append('PasteScript') pyversion_install_requires.append('Paste') else: - pyversion_install_requires('gunicorn') + pyversion_install_requires.append('gunicorn') install_requires = [ 'alembic==0.6.6',