We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ded00 commit 5c450cfCopy full SHA for 5c450cf
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["hatchling"]
+requires = ["hatchling", "hatch-vcs"]
3
build-backend = "hatchling.build"
4
5
[project]
@@ -107,7 +107,7 @@ Documentation = "https://aleph.im/"
107
Homepage = "https://github.com/aleph-im/aleph-sdk-python"
108
109
[tool.hatch.version]
110
-path = "src/aleph/__init__.py"
+source = "vcs"
111
112
[tool.hatch.build.targets.wheel]
113
packages = [
src/aleph/__init__.py
@@ -1 +0,0 @@
-__version__ = "0.9.1"
0 commit comments