Skip to content

Commit aa593ca

Browse files
committed
feat(llamabot)📦: Include static assets and templates in distribution package
- Added inclusion of static files and templates to MANIFEST.in to ensure they are packaged with the distribution. - Updated llamabot version from 0.9.7 to 0.9.8 in pixi.lock.
1 parent e46d7b9 commit aa593ca

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎MANIFEST.in‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
# https://wiki.python.org/moin/Distutils/Tutorial
33
# https://stackoverflow.com/a/24727824/1274908
44
include llamabot/bot/ollama_model_names.txt
5+
include llamabot/web/static/*
6+
include llamabot/web/templates/*

‎pixi.lock‎

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)