diff --git a/setup.py b/setup.py index 33178662d..af27f3da3 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ import subprocess ROOT = Path(__file__).parent PACKAGE_ROOT = ROOT / "spacy" - +# test # Preserve `__doc__` on functions and classes # http://docs.cython.org/en/latest/src/userguide/source_files_and_compilation.html#compiler-options Options.docstrings = True