2025-10-10 09:46:41 +02:00

8 lines
227 B
Python

__title__ = "murmurhash"
__version__ = "1.0.13"
__summary__ = "Cython bindings for MurmurHash"
__uri__ = "https://github.com/explosion/murmurhash"
__author__ = "Explosion"
__email__ = "contact@explosion.ai"
__license__ = "MIT"