Skip to content

Commit 92ade96

Browse files
committed
chore: source-includes tests, rename test
1 parent 663f706 commit 92ade96

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

pyproject.toml

+8-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ dependencies = [
1212
requires-python = ">=3.7"
1313
readme = "README.md"
1414
license = {text = "Apache-2.0"}
15+
keywords = ["g2p", "korean", "g2pK", "kiwipiepy"]
1516
classifiers=[
1617
"Intended Audience :: Developers",
1718
"Intended Audience :: Science/Research",
@@ -41,11 +42,16 @@ build-backend = "pdm.pep517.api"
4142

4243
[tool]
4344
[tool.pdm]
44-
version = { source = "file", path = "g2pkiwi/__version__.py" }
45+
[tool.pdm.version]
46+
source = "file"
47+
path = "g2pkiwi/__version__.py"
48+
49+
[tool.pdm.build]
50+
source-includes = ["tests/"]
4551

4652
[tool.pdm.scripts]
4753
format = "pre-commit run -a"
48-
test = "python test/test.py"
54+
test = "python tests/test.py"
4955

5056
[tool.pdm.dev-dependencies]
5157
dev = [
File renamed without changes.
File renamed without changes.

test/test.py tests/test.py

File renamed without changes.

0 commit comments

Comments
 (0)