File size: 694 Bytes
76725f4 | 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 | [metadata]
name = irtokz
summary = Tokenizer for Indian Scripts and Roman Script
description-file =
README.rst
author = Irshad Ahmad Bhat
author-email = irshad.bhat@research.iiit.ac.in
classifier =
#Framework :: Flask
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: MIT
Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
[files]
packages =
irtokz
[entry_points]
console_scripts =
ind-tokz = irtokz:ind_main
rom-tokz = irtokz:rom_main
[build-sphinx]
all_files = 1
source-dir = docs
[wheel]
universal = 1
|