-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsetup.cfg
24 lines (23 loc) · 841 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
[metadata]
name = python-Levenshtein
version = 0.26.1
description = Python extension for computing string edit distances and similarities.
long_description = file: README.md
long_description_content_type = text/markdown
author = Max Bachmann
author_email = [email protected]
url = https://github.com/rapidfuzz/python-Levenshtein
license = GPL-2.0-or-later
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
keywords = string, Levenshtein, comparison, edit-distance
[options]
python_requires = >=3.9
install_requires =
Levenshtein==0.26.1