aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2014-10-09 15:59:53 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2014-10-10 14:42:17 -0500
commit9bf845d88f3a08b3090a4a408189fc965b341148 (patch)
tree862748d106a4b7cb7b7463cd92f935e6f158286f /setup.py
parent2e2a1aec6ce40c051c11f350e8dd4dd1348015b0 (diff)
downloadmediagoblin-9bf845d88f3a08b3090a4a408189fc965b341148.tar.lz
mediagoblin-9bf845d88f3a08b3090a4a408189fc965b341148.tar.xz
mediagoblin-9bf845d88f3a08b3090a4a408189fc965b341148.zip
That's right, *append* to the list, don't call it :P
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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',