summaryrefslogtreecommitdiff
path: root/setup.py
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
commitcfc688ec7afc76fd0667247c9a697092171c915f (patch)
treeaa5ae30df470d90bf11c49ca70dd2a2d5d148c6e /setup.py
parentb6af467d7354c12b1e7fd535d09fe5157685a0d7 (diff)
downloadpaste-cfc688ec7afc76fd0667247c9a697092171c915f.tar.gz
Python 3: Add six dependency in setup.py
Diffstat (limited to '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]