-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpyproject.toml
35 lines (32 loc) · 1004 Bytes
/
pyproject.toml
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
[build-system]
requires = [
"meson >= 1.0.0",
"meson-python >= 0.12.0",
]
build-backend = "mesonpy"
[project]
name = "mecab-ko-msvc"
version = "0.999"
description = "Mecab-ko-msvc build"
readme = "README.md"
maintainers = [
{ name = "Wonsup Yoon", email = "[email protected]" },
]
requires-python = ">=3.7"
classifiers = [
"Programming Language :: C",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"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",
"Topic :: Software Development :: Libraries",
]
[project.urls]
"Documentation" = "https://github.com/Pusnow/mecab-ko-msvc/"
"Source" = "https://github.com/Pusnow/mecab-ko-msvc/"
"Issue Tracker" = "https://github.com/Pusnow/mecab-ko-msvcissues"
[tool.meson-python.args]
setup = ['-Dbuilding_pip=true', '-Dbuild_dic=false']