File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed
Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change 11[project ]
2- name = " indico-plugin-ai-summary"
3- version = " 0.1"
4- description = " Summarize Indico meeting minutes using a Large Language Model"
2+ name = ' indico-plugin-ai-summary'
3+ description = ' Summarize Indico meeting minutes using a Large Language Model'
4+ readme = ' README.md'
5+ version = ' 3.3'
56license = ' MIT'
67authors = [{
name =
' Indico Team' ,
email =
' [email protected] ' }]
78classifiers = [
@@ -12,16 +13,16 @@ classifiers = [
1213]
1314requires-python = ' >=3.12.2, <3.13'
1415dependencies = [
15- ' indico>=3.3' ,
16- ' llm> =0.27.1' ,
17- ' llm-gpt4all> =0.4' ,
18- ' llm-mistral> =0.15' ,
16+ ' indico>=3.3.9.dev0 ' ,
17+ ' llm= =0.27.1' ,
18+ ' llm-gpt4all= =0.4' ,
19+ ' llm-mistral= =0.15' ,
1920]
2021
2122[project .urls ]
2223GitHub = ' https://github.com/indico/indico-plugins'
2324
24- [project .entry-points ." indico .plugins" ]
25+ [project .entry-points .' indico .plugins' ]
2526ai_summary = " indico_ai_summary.plugin:IndicoAISummaryPlugin"
2627
2728[build-system ]
@@ -40,6 +41,11 @@ exclude = [
4041 ' tests/' ,
4142 ' *_test.py' ,
4243]
44+ artifacts = [
45+ ' indico_*/translations/**/messages-react.json' ,
46+ ' indico_*/translations/**/*.mo' ,
47+ ' indico_*/static/dist/' ,
48+ ]
4349
4450[tool .hatch .build .targets .sdist .hooks .custom ]
4551path = ' ../hatch_build.py'
You can’t perform that action at this time.
0 commit comments