Fix syntax error in setup.py

This commit is contained in:
Matthew Honnibal 2018-04-29 15:47:54 +02:00
parent 2c4a6d66fa
commit 535833a38d

View File

@ -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',