From 38b626b3ed97f52dae616ee33a8bf8346350285e Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Thu, 22 May 2025 00:32:28 +0200 Subject: [PATCH] Include data for test --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 8ded6f808..1caf75846 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,5 +4,6 @@ include README.md include pyproject.toml include spacy/py.typed recursive-include spacy/cli *.yml +recursive-include spacy/tests *.json recursive-include licenses * recursive-exclude spacy *.cpp