Skip to content

Commit 3777d24

Browse files
committed
Package only compose file
1 parent 94478fb commit 3777d24

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

pyproject.toml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,9 @@ description = "Low-code platform to build generative AI apps, chatbots and agent
55
authors = ["Ajay Chintala"]
66
license = "ELv2"
77
readme = "README.md"
8-
include = [
9-
"llmstack/client/build/*",
10-
"llmstack/client/build/static/css/*",
11-
"llmstack/client/build/static/images/*",
12-
"llmstack/client/build/static/js/*",
13-
"llmstack/client/build/static/media/*",
14-
]
15-
exclude = [
16-
"llmstack/client/src/*",
17-
"llmstack/client/public/*",
18-
]
198
packages = [
20-
{include = "llmstack"},
9+
{include = "docker/docker-compose.yml"},
10+
{include = "llmstack/config.toml"},
2111
]
2212

2313
[tool.poetry.scripts]

0 commit comments

Comments
 (0)