Skip to content

Commit 880aef5

Browse files
author
Jeny Sadadia
committed
pyproject.toml: add package directories
Only the `api` directory is included with the python package atm. Add directories such as templates and scripts to run API container properly to the package. Signed-off-by: Jeny Sadadia <[email protected]>
1 parent eb358a4 commit 880aef5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,8 @@ Documentation = "https://kernelci.org/docs"
5151
Repository = "https://github.com/kernelci/kernelci-api"
5252

5353
[tool.setuptools]
54-
packages = ["api"]
54+
packages = ["api", "scripts", "templates"]
55+
56+
[tool.setuptools.package-data]
57+
scripts = ["*"]
58+
templates = ["*.jinja2", "*.html"]

0 commit comments

Comments
 (0)