Skip to content

Commit 4cf66d5

Browse files
committed
Add optional dependency group: stubs, containing pyshp-stubs, as an alternative to py.typed, to preserve the single file module format
1 parent 013dd40 commit 4cf66d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ dependencies = [
3232
[project.optional-dependencies]
3333
dev = ["pyshp[test]", "pre-commit", "ruff"]
3434
test = ["pytest"]
35+
stubs=["pyshp-stubs"]
3536

3637
[project.urls]
3738
Repository = "https://github.com/GeospatialPython/pyshp"

0 commit comments

Comments
 (0)