mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
Add entry point-style auto alias for "spacy"
Simplest way to run commands as spacy xxx instead of python -m spacy xxx, while avoiding environment conflicts
This commit is contained in:
parent
764540a6dd
commit
495e042429
|
@ -1,3 +1,4 @@
|
||||||
recursive-include include *.h
|
recursive-include include *.h
|
||||||
include LICENSE
|
include LICENSE
|
||||||
include README.rst
|
include README.rst
|
||||||
|
include bin/spacy
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -187,6 +187,7 @@ def setup_package():
|
||||||
url=about['__uri__'],
|
url=about['__uri__'],
|
||||||
license=about['__license__'],
|
license=about['__license__'],
|
||||||
ext_modules=ext_modules,
|
ext_modules=ext_modules,
|
||||||
|
scripts=['bin/spacy'],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'numpy>=1.7',
|
'numpy>=1.7',
|
||||||
'murmurhash>=0.28,<0.29',
|
'murmurhash>=0.28,<0.29',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user