Skip to content

Commit 0b0c13e

Browse files
authored
Include py.typed (#160)
1 parent ddaff1a commit 0b0c13e

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

python_typing_update/py.typed

Whitespace-only changes.

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ classifier =
2020
[options]
2121
packages = find:
2222
python_requires = >=3.8,<3.10
23+
include_package_data = True
24+
25+
[options.package_data]
26+
* = py.typed, *.pyi
2327

2428
[options.packages.find]
2529
include =

0 commit comments

Comments
 (0)