summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Roelandt <cyril.roelandt@enovance.com>2014-03-18 12:38:45 +0100
committerCyril Roelandt <cyril.roelandt@enovance.com>2014-03-18 12:38:45 +0100
commitb039db2e1d06a24970e14e4e64914c3a63c4a3ce (patch)
treeaa5ae30df470d90bf11c49ca70dd2a2d5d148c6e
parentebdb6c165b17bee0dea98b5f0065210f7d24a208 (diff)
downloadpaste-git-b039db2e1d06a24970e14e4e64914c3a63c4a3ce.tar.gz
Python 3: Add six dependency in setup.py
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 624ae25..1566590 100644
--- a/setup.py
+++ b/setup.py
@@ -142,6 +142,7 @@ For the latest changes see the `news file
'Flup': ['flup'],
'Paste': [],
'openid': ['python-openid'],
+ 'six': [],
},
entry_points="""
[paste.app_factory]