From cb9a2402ee9ed911d900378f7cadce848a65cf8c Mon Sep 17 00:00:00 2001 From: Sofie Van Landeghem Date: Wed, 19 Aug 2020 19:05:31 +0200 Subject: [PATCH] Include yml files in cli folder --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index ef42138f1..b4887cdb8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,5 +5,5 @@ include README.md include pyproject.toml recursive-exclude spacy/lang *.json recursive-include spacy/lang *.json.gz -recursive-include spacy/cli *.json +recursive-include spacy/cli *.json *.yml recursive-include licenses *