Skip to content

Commit c8040d0

Browse files
committed
Cleanup pyproject.toml
1 parent b497bcb commit c8040d0

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

ai_summary/pyproject.toml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
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'
56
license = 'MIT'
67
authors = [{ name = 'Indico Team', email = '[email protected]' }]
78
classifiers = [
@@ -12,16 +13,16 @@ classifiers = [
1213
]
1314
requires-python = '>=3.12.2, <3.13'
1415
dependencies = [
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]
2223
GitHub = 'https://github.com/indico/indico-plugins'
2324

24-
[project.entry-points."indico.plugins"]
25+
[project.entry-points.'indico.plugins']
2526
ai_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]
4551
path = '../hatch_build.py'

0 commit comments

Comments
 (0)