-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
34 lines (30 loc) · 1 KB
/
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
29
30
31
32
33
34
[metadata]
name = mlmorph_spellchecker
author = Santhosh Thottingal
author-email = [email protected]
description = Malayalam morphology analyser based spellchecker
long_description = file: README.rst
long_description_content_type = text/x-rst
keywords = Malayalam morphology FST analyser generator spellchecker
license = MIT
license-file = LICENSE.txt
url = https://gitlab.com/smc/mlmorph-spellchecker
classifiers =
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
Programming Language :: Python :: 3.10
License :: OSI Approved :: MIT License
Topic :: Software Development :: Libraries
Intended Audience :: Developers
[options]
packages =
mlmorph_spellchecker
mlmorph_spellchecker.strategies
install_requires=
mlmorph>=1.3.2
[options.package_data]
*=resources/common_mistakes.csv