From 47288cf1e4357aa53900bcc486803dc2222d395a Mon Sep 17 00:00:00 2001 From: uu4f5 Date: Thu, 29 May 2025 21:56:00 +0800 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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