forked from polm/fugashi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
24 lines (23 loc) · 768 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
[metadata]
description = Cython wrapper for MeCab
url = https://github.com/polm/fugashi
author = "Paul O'Leary McCann"
author_email = [email protected]
license = MIT
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Operating System :: POSIX :: Linux
Operating System :: MacOS :: MacOS X
Programming Language :: Cython
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Natural Language :: Japanese
Topic :: Text Processing :: Linguistic
[tool.pytest]
testpaths = "fugashi/tests"