Skip to content

Commit a65ef96

Browse files
Daverballhenri-hulski
authored andcommitted
Fix missing py.typed marker in package data
1 parent d3d07c0 commit a65ef96

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
include *.txt *.rst *.cfg *.py *.ini *.toml *.yaml
22
exclude .installed.cfg
3-
recursive-include importscan *.py
3+
recursive-include importscan *.py py.typed
44
recursive-include importscan/tests *.zip
55
recursive-include doc *.rst Makefile *.py *.bat

importscan/py.typed

Whitespace-only changes.

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ pyright = ["pyright", "pytest"]
4343
[tool.setuptools.packages]
4444
find = {}
4545

46+
[tool.setuptools.package-data]
47+
importscan = ["py.typed"]
48+
4649
[tool.setuptools.dynamic]
4750
readme = {file = ["README.rst", "CHANGES.txt"]}
4851

0 commit comments

Comments
 (0)