mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
🔧 Update spacy CLI script entrypoint to support completion
This commit is contained in:
parent
b02db67247
commit
764499246e
|
@ -25,8 +25,6 @@ classifiers =
|
|||
[options]
|
||||
zip_safe = false
|
||||
include_package_data = true
|
||||
scripts =
|
||||
bin/spacy
|
||||
python_requires = >=3.6
|
||||
setup_requires =
|
||||
wheel
|
||||
|
@ -59,6 +57,10 @@ install_requires =
|
|||
packaging
|
||||
importlib_metadata>=0.20; python_version < "3.8"
|
||||
|
||||
[options.entry_points]
|
||||
console_scripts =
|
||||
spacy = spacy.cli:app
|
||||
|
||||
[options.extras_require]
|
||||
lookups =
|
||||
spacy_lookups_data>=0.3.2,<0.4.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user