From cc24b6d8d511abbc5d273fbebae44521121b9505 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Fri, 7 Apr 2017 17:53:22 +0200 Subject: [PATCH] Fix setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f6a8e73c5..2c4c76b1a 100644 --- a/setup.py +++ b/setup.py @@ -247,7 +247,7 @@ def setup_package(): 'ujson>=1.35', 'dill>=0.2,<0.3', 'requests>=2.13.0,<3.0.0', - 'regex==2017.4.5'] + 'regex==2017.4.5'], classifiers=[ 'Development Status :: 5 - Production/Stable', 'Environment :: Console',