From a20ac36bb7331cf963d62197d099479539387716 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Tue, 9 Jun 2020 15:44:17 +0200 Subject: [PATCH] Compile new modules --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 864a4036a..c92761f2a 100755 --- a/setup.py +++ b/setup.py @@ -23,6 +23,8 @@ Options.docstrings = True PACKAGES = find_packages() MOD_NAMES = [ + "spacy.gold.align", + "spacy.gold.new_example", "spacy.parts_of_speech", "spacy.strings", "spacy.lexeme",