Skip to content

Commit 7bf4fc3

Browse files
committed
Point hatch dynamic version tool to __version__.py
1 parent b7e4bec commit 7bf4fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ only-include = ["src"]
4444
sources = {"src" = ""} # move from "src" directory for wheel
4545

4646
[tool.hatch.version]
47-
path = "src/shapefile.py"
47+
path = "src/shapefile/__version__.py"
4848

4949
[tool.pytest.ini_options]
5050
markers = [

0 commit comments

Comments
 (0)