-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathsetup.cfg
More file actions
28 lines (25 loc) · 849 Bytes
/
setup.cfg
File metadata and controls
28 lines (25 loc) · 849 Bytes
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
[metadata]
name = libindic-soundex
author = SILPA Developers
author-email = silpa-discuss@nongnu.org
summary = Soundex algorithm implementation for English and Indian languages
license = LGPL-2.1+
long_description = file: README.rst
home-page = https://github.com/libindic/soundex
requires-python = >=3.0
classifier =
Development Status :: 5 - Production/Stable
License :: DFSG approved
License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Operating System :: OS Independent
Intended Audience :: Developers
Intended Audience :: Information Technology
Programming Language :: Python
[options]
include_package_data = True
[entry_points]
libindic.api.rest =
soundex_compare = soundex:expose_compare
soundex_soundex = soundex:expose_soundex
[options.package_data]
*=templates/libindic.soundex.html