From 991865baf13b8b6ac519bd6bfecdb44e0d779642 Mon Sep 17 00:00:00 2001 From: WoLpH Date: Wed, 25 Sep 2013 11:30:47 +0200 Subject: [PATCH] updated readme format --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4928288..c355443 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ parent_dir = os.path.dirname(os.path.abspath(sys.argv[0])) -INSTALL_REQUIRES = ['dateutil'] +INSTALL_REQUIRES = ['python-dateutil'] if sys.version_info < (2, 6): # The 'json' module is included with Python 2.6+ INSTALL_REQUIRES.append('simplejson')