File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -133,3 +133,6 @@ dmypy.json
133
133
134
134
* .ipynb
135
135
env
136
+
137
+ # Matching pyproject.toml
138
+ paperqa /version.py
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
2
build-backend = " setuptools.build_meta"
3
- # Pin to 62.6 for support from reading requirements from requirements.txt
4
- requires = [" setuptools >= 62.6.0" ]
3
+ requires = [" setuptools>=64" , " setuptools_scm>=8" ]
5
4
6
5
[project ]
7
6
authors = [
@@ -29,7 +28,7 @@ dependencies = [
29
28
" tiktoken>=0.4.0" ,
30
29
]
31
30
description = " LLM Chain for answering questions from docs"
32
- dynamic = [" optional-dependencies" ]
31
+ dynamic = [" optional-dependencies" , " version " ]
33
32
keywords = [" question answering" ]
34
33
license = {file = " LICENSE" }
35
34
maintainers = [
@@ -40,7 +39,6 @@ name = "paper-qa"
40
39
readme = " README.md"
41
40
requires-python = " >=3.8"
42
41
urls = {repository = " https://github.com/whitead/paper-qa" }
43
- version = " 4.8.1"
44
42
45
43
[tool .codespell ]
46
44
check-filenames = true
@@ -222,6 +220,9 @@ file = ["dev-requirements.txt"]
222
220
[tool .setuptools .packages .find ]
223
221
include = [" paperqa*" ]
224
222
223
+ [tool .setuptools_scm ]
224
+ version_file = " paperqa/version.py"
225
+
225
226
[tool .tomlsort ]
226
227
all = true
227
228
in_place = true
You can’t perform that action at this time.
0 commit comments