mirror of https://github.com/explosion/spaCy.git
* Fix setup.py
This commit is contained in:
parent
5461399924
commit
a235804730
2
setup.py
2
setup.py
|
@ -59,7 +59,7 @@ if sys.argv[1] == 'clean':
|
||||||
map(clean, exts)
|
map(clean, exts)
|
||||||
|
|
||||||
distutils.core.setup(
|
distutils.core.setup(
|
||||||
name='spaCy'
|
name='spaCy',
|
||||||
packages=['spacy'],
|
packages=['spacy'],
|
||||||
author='Matthew Honnibal',
|
author='Matthew Honnibal',
|
||||||
author_email='honnibal@gmail.com',
|
author_email='honnibal@gmail.com',
|
||||||
|
|
Loading…
Reference in New Issue