mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-13 01:32:32 +03:00
Update setup.py
This commit is contained in:
parent
41e07772dc
commit
47288cf1e4
2
setup.py
2
setup.py
|
@ -15,7 +15,7 @@ import subprocess
|
||||||
ROOT = Path(__file__).parent
|
ROOT = Path(__file__).parent
|
||||||
PACKAGE_ROOT = ROOT / "spacy"
|
PACKAGE_ROOT = ROOT / "spacy"
|
||||||
|
|
||||||
|
# test
|
||||||
# Preserve `__doc__` on functions and classes
|
# Preserve `__doc__` on functions and classes
|
||||||
# http://docs.cython.org/en/latest/src/userguide/source_files_and_compilation.html#compiler-options
|
# http://docs.cython.org/en/latest/src/userguide/source_files_and_compilation.html#compiler-options
|
||||||
Options.docstrings = True
|
Options.docstrings = True
|
||||||
|
|
Loading…
Reference in New Issue
Block a user