basabuuka_prototyp/venv/lib/python3.5/site-packages/preshed/about.py

14 lines
443 B
Python
Raw Normal View History

2020-08-16 19:36:44 +02:00
# inspired from:
# https://python-packaging-user-guide.readthedocs.org/en/latest/single_source_version/
# https://github.com/pypa/warehouse/blob/master/warehouse/__about__.py
__title__ = 'preshed'
__version__ = '2.0.1'
__summary__ = 'Cython hash table that trusts the keys are pre-hashed'
__uri__ = 'https://github.com/explosion/preshed'
__author__ = 'Matthew Honnibal'
__email__ = 'matt@explosion.ai'
__license__ = 'MIT'
__release__ = True