Skip to content

Commit 02f30bf

Browse files
committed
auto version
1 parent f5eb6f9 commit 02f30bf

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "structflo-cser"
3-
version = "0.2.0"
3+
dynamic = ["version"]
44
description = "Chemical structure-label pair extraction from scientific documents."
55
readme = "README.md"
66
requires-python = ">=3.11"
@@ -37,9 +37,12 @@ sf-train-lps = "structflo.cser.lps.train:main"
3737
sf-eval-lps = "structflo.cser.lps.evaluate:main"
3838

3939
[build-system]
40-
requires = ["hatchling"]
40+
requires = ["hatchling", "hatch-vcs"]
4141
build-backend = "hatchling.build"
4242

43+
[tool.hatch.version]
44+
source = "vcs"
45+
4346
[tool.hatch.build.targets.wheel]
4447
packages = ["structflo", "annotate"]
4548

0 commit comments

Comments
 (0)