We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
hatch-vcs
1 parent 7df33c8 commit 931b08cCopy full SHA for 931b08c
pyproject.toml
@@ -1,14 +1,17 @@
1
[build-system]
2
-requires = ["hatchling"]
+requires = ["hatchling", "hatch-vcs"]
3
build-backend = "hatchling.build"
4
5
+[tool.hatch.version]
6
+source = "vcs"
7
+
8
[tool.hatch.build.targets.wheel]
9
packages = ["src/vidore_benchmark"]
10
11
[project]
12
name = "vidore_benchmark"
-version = "3.2.0"
-description = "Visual Document Retrieval: Benchmark"
13
+dynamic = ["version"]
14
+description = "Visual Document Retrieval (ViDoRe): Benchmark"
15
authors = [
16
{ name = "Tony Wu", email = "tony.wu@illuin.tech" },
17
{ name = "Manuel Faysse", email = "manuel.faysse@illuin.tech" },
0 commit comments