Skip to content

Commit

Permalink
pyproject.toml: include migration script to package
Browse files Browse the repository at this point in the history
Include migration script with `kernelci-api` python
package for developer requirements.

Signed-off-by: Jeny Sadadia <[email protected]>
  • Loading branch information
Jeny Sadadia authored and nuclearcat committed Oct 1, 2024
1 parent d503e02 commit f62032d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ Documentation = "https://docs.kernelci.org"
Repository = "https://github.com/kernelci/kernelci-api"

[tool.setuptools]
packages = ["api", "scripts", "api.templates"]
packages = ["api", "scripts", "api.templates", "migrations"]

[tool.setuptools.package-data]
scripts = ["*"]
"api.templates" = ["*.jinja2", "*.html", "*.png"]
migrations = ["*.py"]

0 comments on commit f62032d

Please sign in to comment.