forked from libindic/katapayadi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
34 lines (29 loc) · 807 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
29
30
31
32
33
34
[metadata]
name = libindic-katapayadi
author = Santhosh Thottingal
author-email = [email protected]
summary = Decode katapayadi number system
license = LGPL-3.0
description-file =
README.md
home-page = https://libindic.org/katapayadi
requires-python = >=2.7
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
[files]
namespace_packages = libindic
packages = libindic
[build-sphinx]
all_files = 1
source-dir = docs
[entry_points]
libindic.api.rest =
get_number = katapayadi.expose:getnumber
[wheel]
universal=1