Skip to content

Commit 61fc15f

Browse files
committed
Tell hatch where to find the current version
1 parent 8b698f5 commit 61fc15f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ dependencies = [
5252
build = "mkdocs build --clean"
5353
serve = "mkdocs serve --dev-addr localhost:8000"
5454

55+
[tool.hatch.version]
56+
path = "src/quaternion/__init__.py"
5557

5658
[tool.setuptools.dynamic]
5759
version = {attr = "quaternion.__version__"}

0 commit comments

Comments
 (0)