mirror of https://github.com/explosion/spaCy.git
* Inc version
This commit is contained in:
parent
c6707778dd
commit
05d0f078bb
4
setup.py
4
setup.py
|
@ -105,8 +105,6 @@ 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',
|
||||||
|
@ -114,7 +112,7 @@ def run_setup(exts):
|
||||||
description="Industrial-strength NLP",
|
description="Industrial-strength NLP",
|
||||||
author='Matthew Honnibal',
|
author='Matthew Honnibal',
|
||||||
author_email='honnibal@gmail.com',
|
author_email='honnibal@gmail.com',
|
||||||
version='0.81',
|
version='0.82',
|
||||||
url="http://honnibal.github.io/spaCy/",
|
url="http://honnibal.github.io/spaCy/",
|
||||||
package_data={"spacy": ["*.pxd"],
|
package_data={"spacy": ["*.pxd"],
|
||||||
"spacy.en": ["*.pxd", "data/pos/*",
|
"spacy.en": ["*.pxd", "data/pos/*",
|
||||||
|
|
Loading…
Reference in New Issue