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.

16 lines
730 B

4 years ago
  1. # inspired from:
  2. # https://python-packaging-user-guide.readthedocs.org/en/latest/single_source_version/
  3. # https://github.com/pypa/warehouse/blob/master/warehouse/__about__.py
  4. __title__ = 'spacy'
  5. __version__ = '2.0.18'
  6. __summary__ = 'Industrial-strength Natural Language Processing (NLP) with Python and Cython'
  7. __uri__ = 'https://spacy.io'
  8. __author__ = 'Explosion AI'
  9. __email__ = 'contact@explosion.ai'
  10. __license__ = 'MIT'
  11. __release__ = True
  12. __download_url__ = 'https://github.com/explosion/spacy-models/releases/download'
  13. __compatibility__ = 'https://raw.githubusercontent.com/explosion/spacy-models/master/compatibility.json'
  14. __shortcuts__ = 'https://raw.githubusercontent.com/explosion/spacy-models/master/shortcuts-v2.json'