-
Notifications
You must be signed in to change notification settings - Fork 24
/
setup.cfg
33 lines (31 loc) · 880 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
[metadata]
name = python-mecab-ko
version = attr: mecab.__version__
url = https://github.com/jonghwanhyeon/python-mecab-ko
author = Jonghwan Hyeon
author_email = jonghwanhyeon93@gmail.com
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Natural Language :: Korean
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Topic :: Text Processing
Topic :: Text Processing :: Linguistic
license = BSD 3-Clause License
description = A python binding for mecab-ko
long_description = file: README.md
long_description_content_type = text/markdown
keywords =
mecab
mecab-ko
[options]
zip_safe = False
install_requires = python-mecab-ko-dic
python_requires = >=3.7
packages = find:
[options.package_data]
mecab =
mecabrc
pybind/_mecab/utils.h