From 1716441a20a346f1266bc2edc648b78528f49f80 Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Thu, 13 Feb 2014 16:30:01 +0200 Subject: [PATCH] Remove comment --- setup.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 21952c3..accca68 100644 --- a/setup.py +++ b/setup.py @@ -25,10 +25,7 @@ extras_require = { 'babel': ['Babel>=1.3'], 'arrow': ['arrow>=0.3.4'], 'intervals': ['intervals>=0.2.0'], - 'phone': [ - # The phonenumbers library has a split for 2.x and 3.x support. - 'phonenumbers>=5.9.2' - ], + 'phone': ['phonenumbers>=5.9.2'], 'password': ['passlib >= 1.6, < 2.0'], 'color': ['colour>=0.0.4'], 'ipaddress': ['ipaddr'] if not PY3 else [],