RapidFuzz/setup.cfg

38 lines
948 B
INI
Raw Normal View History

2021-03-06 21:52:18 +00:00
[metadata]
name = rapidfuzz
version = file: VERSION
url = https://github.com/maxbachmann/rapidfuzz
author = Max Bachmann
author_email = contact@maxbachmann.de
description = rapid fuzzy string matching
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
license_file = LICENSE
classifiers =
2021-09-11 10:25:31 +00:00
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
2021-03-06 21:52:18 +00:00
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
2021-10-20 10:43:10 +00:00
Programming Language :: Python :: 3.10
2021-03-06 21:52:18 +00:00
License :: OSI Approved :: MIT License
[options]
zip_safe = False
include_package_data = True
2021-09-23 20:41:10 +00:00
package_dir =
2021-03-06 21:52:18 +00:00
=src
packages = find:
2021-09-11 10:25:31 +00:00
python_requires = >=2.7
2021-03-06 21:52:18 +00:00
[options.packages.find]
2021-09-23 20:41:10 +00:00
where = src
[options.extras_require]
full = numpy