You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
541 B

4 years ago
  1. # Copyright ExplosionAI GmbH, released under BSD
  2. # inspired from:
  3. # https://python-packaging-user-guide.readthedocs.org/en/latest/single_source_version/
  4. # https://github.com/pypa/warehouse/blob/master/warehouse/__about__.py
  5. __name__ = "blis"
  6. __version__ = "0.4.1"
  7. __summary__ = (
  8. "The Blis BLAS-like linear algebra library, as a self-contained C-extension."
  9. )
  10. __uri__ = "https://github.com/explosion/cython-blis"
  11. __author__ = "Matthew Honnibal"
  12. __email__ = "matt@explosion.ai"
  13. __license__ = "BSD"
  14. __title__ = "blis"
  15. __release__ = True