Skip to content

Commit e2bfb0f

Browse files
author
patrick
committed
add build script
1 parent 8c2e74e commit e2bfb0f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ trailing_comma_inline_array = true
8989
[tool.pdm]
9090
distribution = true
9191
include = ["src"]
92+
[tool.pdm.build]
93+
includes = ["src"]
94+
source-includes = ["src/", "tests/","scripts/"]
95+
package-dir = "qpyconf"
9296

9397
[tool.pdm.scripts]
9498
lint = "ruff ."
@@ -99,6 +103,7 @@ cov_badge = "coverage-badge -f -o coverage.svg"
99103
docs = "mkdocs serve"
100104
docs-deploy = "mkdocs gh-deploy --force"
101105
cleanup = "sh scripts/cleanup.sh"
106+
build = "pdm build"
102107

103108

104109
[tool.pdm.dev-dependencies]

0 commit comments

Comments
 (0)