mirror of https://github.com/explosion/spaCy.git
* Add spacy.munge to list of packages
This commit is contained in:
parent
ce8e524825
commit
22f1ad012e
2
setup.py
2
setup.py
|
@ -103,7 +103,7 @@ def cython_setup(mod_names, language, includes, compile_args, link_args):
|
||||||
def run_setup(exts):
|
def run_setup(exts):
|
||||||
setup(
|
setup(
|
||||||
name='spacy',
|
name='spacy',
|
||||||
packages=['spacy', 'spacy.en', 'spacy.syntax'],
|
packages=['spacy', 'spacy.en', 'spacy.syntax', "spacy.munge"],
|
||||||
description="Industrial-strength NLP",
|
description="Industrial-strength NLP",
|
||||||
author='Matthew Honnibal',
|
author='Matthew Honnibal',
|
||||||
author_email='honnibal@gmail.com',
|
author_email='honnibal@gmail.com',
|
||||||
|
|
Loading…
Reference in New Issue