diff --git a/pyproject.toml b/pyproject.toml index 9f6d25808..9d9875542 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "streamsync" -version = "0.5.0rc1" +version = "0.5.0rc2" description = "Streamsync helps you create performant data apps, via Python code and its built-in visual UI editor." authors = ["Ramiro Medina "] license = "Apache 2.0" @@ -24,7 +24,9 @@ packages = [ { include = "streamsync", from = "src" } ] include = [ - "src/streamsync/static/**/*" + "src/streamsync/*.py", + "src/streamsync/static/**/*", + "src/streamsync/app_templates/**/*" ] [tool.poetry.dependencies]