From 557eb889eecaa652fd876c6c0f445ceac23dd996 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Fri, 4 Jul 2014 15:24:51 +0200 Subject: [PATCH] fix:(travis): fix typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 703b29a..115532b 100755 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ setup( 'mutagen', 'pillow', 'h5py', - 'numexpr>=2.0.0' + 'numexpr>=2.0.0', 'tables', 'pyyaml', 'simplejson', -- 2.39.5