-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
41 lines (37 loc) · 866 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
37
38
39
40
41
[metadata]
name = spacy-och
version = 0.1.2
description = the Old Chinese language for spaCy
url = https://github.com/direct-phonology/spacy-och
author = Nick Budak
author_email = [email protected]
license = MIT
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
License :: OSI Approved :: MIT License
Natural Language :: Chinese (Traditional)
Operating System :: OS Independent
Topic :: Text Processing :: Linguistic
Topic :: Utilities
[options]
package_dir =
= src
packages = find:
include_package_data = true
python_requires = >=3.9
install_requires =
spacy>=3
setup_requires =
setuptools
setuptools-scm
[options.packages.find]
where = src
[options.extras_require]
dev =
pre-commit
isort
black
[options.entry_points]
spacy_languages =
och = spacy_och:OldChinese