Update about.py [ci skip]

This commit is contained in:
Ines Montani 2019-09-19 01:02:25 +02:00
parent ddc09b08ed
commit 8cd3763678

View File

@ -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