From acbe121fb49bc5670b693d2e9406c928c426c9f5 Mon Sep 17 00:00:00 2001 From: jay <jlaura@usgs.gov> Date: Mon, 19 Sep 2016 14:27:50 -0700 Subject: [PATCH] typo in setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4a79dea..ca82517 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ def setup_package(): 'pvl', 'protobuf==3.0.0b2', 'h5py', - 'icu,', + 'icu', 'pandas', 'sqlalchemy', 'pyyaml', -- GitLab