Skip to content

Commit 85bcd17

Browse files
committed
Use dynamic versioning via hatch-vcs
1 parent 61e36ad commit 85bcd17

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pywmspro"
3-
version = "0.2.2"
3+
dynamic = ["version"]
44
description = "Python library for WMS WebControl pro API"
55
license = "Apache-2.0"
66
authors = [
@@ -17,8 +17,11 @@ dependencies = [
1717
[tool.hatch.build.targets.wheel]
1818
packages = ["wmspro"]
1919

20+
[tool.hatch.version]
21+
source = "vcs"
22+
2023
[build-system]
21-
requires = ["hatchling"]
24+
requires = ["hatchling", "hatch-vcs"]
2225
build-backend = "hatchling.build"
2326

2427
[dependency-groups]

0 commit comments

Comments
 (0)