forked from explosion/spacy-lookups-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
75 lines (70 loc) · 2 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
[metadata]
description = Additional lookup tables and data resources for spaCy
url = https://spacy.io
author = Explosion
author_email = [email protected]
license = MIT
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Operating System :: POSIX :: Linux
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Topic :: Scientific/Engineering
[options]
zip_safe = true
include_package_data = true
python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
install_requires =
setuptools
setup_requires =
srsly>=0.1.0,<1.1.0
pathlib==1.0.1; python_version < "3.4"
[options.entry_points]
spacy_lookups =
hr = spacy_lookups_data:hr
pt = spacy_lookups_data:pt
sv = spacy_lookups_data:sv
da = spacy_lookups_data:da
ca = spacy_lookups_data:ca
es = spacy_lookups_data:es
fr = spacy_lookups_data:fr
nb = spacy_lookups_data:nb
tr = spacy_lookups_data:tr
de = spacy_lookups_data:de
it = spacy_lookups_data:it
lt = spacy_lookups_data:lt
nl = spacy_lookups_data:nl
ro = spacy_lookups_data:ro
sr = spacy_lookups_data:sr
id = spacy_lookups_data:id_
hu = spacy_lookups_data:hu
fa = spacy_lookups_data:fa
en = spacy_lookups_data:en
el = spacy_lookups_data:el
bn = spacy_lookups_data:bn
tl = spacy_lookups_data:tl
ur = spacy_lookups_data:ur
[bdist_wheel]
universal = true
[sdist]
formats = gztar
[flake8]
ignore = E203, E266, E501, E731, W503
max-line-length = 80
select = B,C,E,F,W,T4,B9
exclude =
.env,
.git,
__pycache__,