diff --git a/pyproject.toml b/pyproject.toml index 04557deb..8790c904 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]