We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff9be3c commit b2d3e96Copy full SHA for b2d3e96
1 file changed
pyproject.toml
@@ -1,10 +1,10 @@
1
[build-system]
2
-requires = ["hatchling>=1.14.0"]
+requires = ["hatchling", "hatch-vcs"]
3
build-backend = "hatchling.build"
4
5
[project]
6
name = "soroban"
7
-version = "0.2.0"
+dynamic = ["version"]
8
description = "CLI for Soroban contracts in Python"
9
readme = "README.md"
10
requires-python = ">=3.11"
@@ -74,6 +74,7 @@ documentation = "https://github.com/tupui/soroban-cli-python"
74
source = "https://github.com/tupui/soroban-cli-python"
75
76
[tool.hatch]
77
+version.source = "vcs"
78
build.targets.wheel.packages = ["src/soroban"]
79
build.targets.sdist.exclude = [
80
".github",
0 commit comments