Skip to content

Commit 19f0a2c

Browse files
committed
Include .pyi files in package data
see python/mypy#13392 (comment)
1 parent e751ed6 commit 19f0a2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ where = src
4242
[options.package_data]
4343
darker =
4444
py.typed
45+
.pyi
4546

4647
[options.entry_points]
4748
console_scripts =

0 commit comments

Comments
 (0)