From 97521c95b3efa1d8b6d5dcade30c030b0e984163 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 19 Dec 2016 00:14:09 +0100 Subject: [PATCH] List the language_data package in the setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 14128f901..6e86cac03 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,7 @@ PACKAGES = [ 'spacy.it', 'spacy.pt', 'spacy.nl', + 'spacy.language_data', 'spacy.serialize', 'spacy.syntax', 'spacy.munge',