-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpyproject.toml
53 lines (46 loc) · 1.13 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[project]
name = "Tau-Phah-Ji-Command"
version = "1.0.0"
dependencies = [
"tai5-uan5_gian5-gi2_kang1-ku7",
]
authors = [
{ name="A-hông", email="[email protected]" },
]
description = "用指令叫鬥拍字"
readme = "README.md"
license = { file="LICENSE" }
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Information Analysis",
"Topic :: Text Processing",
"Topic :: Text Processing :: Linguistic",
"License :: OSI Approved :: MIT License",
]
keywords = [
"台語",
"Taiwan",
"Natural Language",
"Corpus",
]
[project.urls]
"Homepage" = "https://github.com/i3thuan5/Tau-Phah-Ji-Command"
[metadata]
license_file = "LICENSE"
[build-system]
requires = [
"setuptools >= 35.0.2",
"setuptools_scm >= 2.0.0, <3"
]
build-backend = "setuptools.build_meta"
[tool.setuptools]
package-dir = {"tauphahji_cmd" = "tauphahji_cmd"}
[tool.setuptools.packages.find]
where = ["."]
include = ["tauphahji_cmd"]
exclude = ["tshi"]
[bdist_wheel]
universal = 1