From e562f504ee609d1fca0a16a4653eb7bf54aaee47 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Tue, 29 Sep 2015 23:02:37 +1000 Subject: [PATCH] * Fix license metadata in setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6c514ff06..e6fbc246a 100644 --- a/setup.py +++ b/setup.py @@ -120,9 +120,9 @@ def run_setup(exts): "data/vocab/strings.txt"], "spacy.syntax": ["*.pxd"]}, ext_modules=exts, - license="Dual: Commercial or AGPL", + license="MIT", install_requires=['numpy', 'murmurhash', 'cymem >= 1.11', 'preshed == 0.41', - 'thinc == 3.3', "unidecode", 'wget', 'plac', 'six', + 'thinc == 3.3', "text_unidecode", 'wget', 'plac', 'six', 'ujson'], setup_requires=["headers_workaround"], )