Skip to content

Commit 5c450cf

Browse files
committed
Use VCS version (git tag)
1 parent c3ded00 commit 5c450cf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["hatchling"]
2+
requires = ["hatchling", "hatch-vcs"]
33
build-backend = "hatchling.build"
44

55
[project]
@@ -107,7 +107,7 @@ Documentation = "https://aleph.im/"
107107
Homepage = "https://github.com/aleph-im/aleph-sdk-python"
108108

109109
[tool.hatch.version]
110-
path = "src/aleph/__init__.py"
110+
source = "vcs"
111111

112112
[tool.hatch.build.targets.wheel]
113113
packages = [

src/aleph/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
__version__ = "0.9.1"

0 commit comments

Comments
 (0)