-
Notifications
You must be signed in to change notification settings - Fork 62
/
setup.cfg
37 lines (32 loc) · 886 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
35
36
[metadata]
name = indictrans
summary = Transliteration system for Indian languages including English
description-file =
README.rst
author = Irshad Ahmad Bhat
author-email = irshad.bhat@research.iiit.ac.in
home-page =
classifier =
#Framework :: Flask
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Science/Research
Intended Audience :: Information Technology
License :: OSI Approved
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
[files]
packages =
indictrans
[entry_points]
console_scripts =
indictrans = indictrans:main
indictrans-trunk = indictrans.trunk:main
[build-sphinx]
all_files = 1
source-dir = docs
[wheel]
universal = 1