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.

14 lines
440 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. __name__ = 'thinc'
  5. __version__ = '6.12.1'
  6. __summary__ = "Practical Machine Learning for NLP"
  7. __uri__ = 'https://github.com/explosion/thinc'
  8. __author__ = 'Matthew Honnibal'
  9. __email__ = 'matt@explosion.ai'
  10. __license__ = 'MIT'
  11. __title__ = "thinc"
  12. __release__ = True