-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
28 lines (26 loc) · 850 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[metadata]
name = jarowinkler
version = 2.0.1
description = library for fast approximate string matching using Jaro and Jaro-Winkler similarity
long_description = file: README.md
long_description_content_type = text/markdown
author = Max Bachmann
author_email = [email protected]
url = https://github.com/rapidfuzz/JaroWinkler
license = MIT
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
License :: OSI Approved :: MIT License
keywords = string, comparison, edit-distance
[options]
packages = jarowinkler
python_requires = >=3.8
install_requires =
rapidfuzz >= 3.5.2, < 4.0.0
[options.package_data]
* = *.pyi, py.typed