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 84e973b commit d6cbfb7Copy full SHA for d6cbfb7
pyproject.toml
@@ -44,7 +44,7 @@ only-include = ["src"]
44
sources = {"src" = ""} # move from "src" directory for wheel
45
46
[tool.hatch.version]
47
-path = "src/shapefile.py"
+path = "src/shapefile/__init__.py"
48
49
[tool.pytest.ini_options]
50
markers = [
0 commit comments