diff --git a/pyproject.toml b/pyproject.toml index 2b132a2..5625229 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,7 @@ version = "1.0.0" description = "Task Processor plugin for Flagsmith application." authors = ["Flagsmith "] readme = "readme.md" +include = ["migrations/sql/*.sql"] [tool.poetry.dependencies] python = "^3.10" diff --git a/task_processor/migrations/sql/__init__.py b/task_processor/migrations/sql/__init__.py deleted file mode 100644 index e69de29..0000000