mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-06 14:13:11 +03:00
* Fix license metadata in setup.py
This commit is contained in:
parent
69f0c2cd26
commit
e562f504ee
4
setup.py
4
setup.py
|
@ -120,9 +120,9 @@ def run_setup(exts):
|
||||||
"data/vocab/strings.txt"],
|
"data/vocab/strings.txt"],
|
||||||
"spacy.syntax": ["*.pxd"]},
|
"spacy.syntax": ["*.pxd"]},
|
||||||
ext_modules=exts,
|
ext_modules=exts,
|
||||||
license="Dual: Commercial or AGPL",
|
license="MIT",
|
||||||
install_requires=['numpy', 'murmurhash', 'cymem >= 1.11', 'preshed == 0.41',
|
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'],
|
'ujson'],
|
||||||
setup_requires=["headers_workaround"],
|
setup_requires=["headers_workaround"],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user