mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 00:46:28 +03:00
Update about.py [ci skip]
This commit is contained in:
parent
ddc09b08ed
commit
8cd3763678
|
@ -1,13 +1,9 @@
|
|||
# inspired from:
|
||||
# https://python-packaging-user-guide.readthedocs.org/en/latest/single_source_version/
|
||||
# https://github.com/pypa/warehouse/blob/master/warehouse/__about__.py
|
||||
# fmt: off
|
||||
|
||||
__title__ = "spacy"
|
||||
__version__ = "2.2.0.dev8"
|
||||
__summary__ = "Industrial-strength Natural Language Processing (NLP) with Python and Cython"
|
||||
__summary__ = "Industrial-strength Natural Language Processing (NLP) in Python"
|
||||
__uri__ = "https://spacy.io"
|
||||
__author__ = "Explosion AI"
|
||||
__author__ = "Explosion"
|
||||
__email__ = "contact@explosion.ai"
|
||||
__license__ = "MIT"
|
||||
__release__ = False
|
||||
|
|
Loading…
Reference in New Issue
Block a user