From 535833a38de02ae544f83ec001154ac6dfd8f33d Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Sun, 29 Apr 2018 15:47:54 +0200 Subject: [PATCH] Fix syntax error in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b9e05a08e..54b345fc0 100755 --- a/setup.py +++ b/setup.py @@ -195,7 +195,7 @@ def setup_package(): 'plac<1.0.0,>=0.9.6', 'pathlib', 'ujson>=1.35', - 'dill>=0.2,<0.3', + 'dill>=0.2,<0.3'], setup_requires=['wheel'], classifiers=[ 'Development Status :: 5 - Production/Stable',