forked from lancopku/pkuseg-python
-
Notifications
You must be signed in to change notification settings - Fork 6
/
setup.cfg
46 lines (43 loc) · 1.35 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
[metadata]
version = 1.0.0
description = Chinese word segmentation toolkit for spaCy (fork of pkuseg-python)
url = https://github.com/explosion/spacy-pkuseg
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 :: Cython
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Scientific/Engineering
[options]
zip_safe = false
include_package_data = true
python_requires = >=3.9
setup_requires =
cython>=0.25
numpy>=2.0.0,<3.0.0
install_requires =
numpy>=2.0.0,<3.0.0; python_version < '3.9'
numpy>=2.0.0,<3.0.0; python_version >= '3.9'
srsly>=2.3.0,<3.0.0
[bdist_wheel]
universal = false
[sdist]
formats = gztar