RemiFabre commited on
Commit
c5fca91
·
1 Parent(s): e209e05

bundle demo prompt assets

Browse files
Files changed (1) hide show
  1. pyproject.toml +5 -1
pyproject.toml CHANGED
@@ -60,7 +60,11 @@ include-package-data = true
60
  where = ["src"]
61
 
62
  [tool.setuptools.package-data]
63
- reachy_mini_conversation_app = ["images/*"]
 
 
 
 
64
 
65
  [tool.ruff]
66
  line-length = 119
 
60
  where = ["src"]
61
 
62
  [tool.setuptools.package-data]
63
+ reachy_mini_conversation_app = [
64
+ "images/*",
65
+ "demos/**/*.txt",
66
+ "prompts_library/*.txt",
67
+ ]
68
 
69
  [tool.ruff]
70
  line-length = 119