-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
28 lines (26 loc) · 858 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
[metadata]
name = taibun
version = 1.1.7
author = Andrei Harbachov
author_email = andrei.harbachov@gmail.com
description = Taiwanese Hokkien Transliterator and Tokeniser
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/andreihar/taibun
license = MIT
classifiers =
Topic :: Text Processing :: Linguistic
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Programming Language :: Python :: 3
Operating System :: Unix
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
keywords = python, taiwan, taiwanese, taigi, hokkien, romanization, transliteration, transliterator, tokenization, tokenizer
[options]
python_requires = >=3.8
packages = find:
install_requires =
msgpack
[options.package_data]
taibun = data/*.msgpack