ai-content-maker/.venv/Lib/site-packages/blis/about.py

18 lines
542 B
Python

# Copyright ExplosionAI GmbH, released under BSD
# inspired from:
# https://python-packaging-user-guide.readthedocs.org/en/latest/single_source_version/
# https://github.com/pypa/warehouse/blob/master/warehouse/__about__.py
__name__ = "blis"
__version__ = "0.7.11"
__summary__ = (
"The Blis BLAS-like linear algebra library, as a self-contained C-extension."
)
__uri__ = "https://github.com/explosion/cython-blis"
__author__ = "Matthew Honnibal"
__email__ = "matt@explosion.ai"
__license__ = "BSD"
__title__ = "blis"
__release__ = True