File size: 942 Bytes
0b28b48
 
 
 
 
04658fd
0b28b48
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9be5317
 
 
 
0b28b48
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[build-system]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"

[tool.bumpversion]
current_version = "0.3.4"
commit = "true"
tag = "true"
tag_name = "v{new_version}"

#[[tool.bumpversion.files]]
#filename = "version.txt"
#search = "{current_version}"
#replace = "{new_version}"

[project]
name = "document-qa-engine"
license = { file = "LICENSE" }
authors = [
    { name = "Luca Foppiano", email = "lucanoro@duck.com" },
]
maintainers = [
    { name = "Luca Foppiano", email = "lucanoro@duck.com" }
]
description = "Scientific Document Insight Q/A"
readme = "README.md"

dynamic = ['version', "dependencies"]

[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}

[tool.setuptools_scm]

[project.urls]
Homepage = "https://document-insights.streamlit.app"
Repository = "https://github.com/lfoppiano/document-qa"
Changelog = "https://github.com/lfoppiano/document-qa/blob/main/CHANGELOG.md"