mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 09:56:28 +03:00
* Package tests, for distriution in PyPi
This commit is contained in:
parent
b0ba534d4a
commit
09e0b15629
14
setup.py
14
setup.py
|
@ -147,7 +147,19 @@ def run_setup(exts):
|
||||||
setup(
|
setup(
|
||||||
name='spacy',
|
name='spacy',
|
||||||
packages=['spacy', 'spacy.tokens', 'spacy.en', 'spacy.serialize',
|
packages=['spacy', 'spacy.tokens', 'spacy.en', 'spacy.serialize',
|
||||||
'spacy.syntax', 'spacy.munge'],
|
'spacy.syntax', 'spacy.munge',
|
||||||
|
'spacy.tests',
|
||||||
|
'spacy.tests.matcher',
|
||||||
|
'spacy.tests.morphology',
|
||||||
|
'spacy.tests.munge',
|
||||||
|
'spacy.tests.parser',
|
||||||
|
'spacy.tests.serialize',
|
||||||
|
'spacy.tests.spans',
|
||||||
|
'spacy.tests.tagger',
|
||||||
|
'spacy.tests.tokenizer',
|
||||||
|
'spacy.tests.tokens',
|
||||||
|
'spacy.tests.vectors',
|
||||||
|
'spacy.tests.vocab'],
|
||||||
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
Block a user