We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11be90 commit 85da96aCopy full SHA for 85da96a
pyproject.toml
@@ -7,6 +7,10 @@ license = "MIT"
7
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/*",
0 commit comments