Skip to content

Commit 66b7a15

Browse files
committed
fix: enable better type hint support for PEP 561
Signed-off-by: Samantha Coyle <[email protected]>
1 parent 147f1c4 commit 66b7a15

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

py.typed

Whitespace-only changes.

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,5 @@ def is_release():
5959
version=version,
6060
description=description,
6161
long_description=long_description,
62+
package_data={"": ["py.typed"]},
6263
)

0 commit comments

Comments
 (0)