Skip to content

Commit 35b7169

Browse files
authored
pyproject: Fix py.typed marker (#616)
Fix wrongly named marker `py.type{s -> d}`. Fixes: 88fa75c ("Convert to pyproject.toml (#606)") Signed-off-by: Philipp Hahn <[email protected]>
1 parent 2ad2459 commit 35b7169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ platforms = [
6666
version = {attr = "elftools.__version__"}
6767

6868
[tool.setuptools.package-data]
69-
elftools = ["py.types"]
69+
elftools = ["py.typed"]
7070

7171
[tool.mypy]
7272
error_summary = false

0 commit comments

Comments
 (0)