That's right, *append* to the list, don't call it :P
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 9 Oct 2014 20:59:53 +0000 (15:59 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 10 Oct 2014 19:42:17 +0000 (14:42 -0500)
setup.py

index 2c722e99766d20412ff9318fb917b6a67d26248e..562252e3797a300c02061de535f107176baca7f2 100644 (file)
--- 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',