Skip to content

Commit 22ed7b3

Browse files
authored
fix: enable better type hint support for PEP 561 (#812)
* fix: enable better type hint support for PEP 561 Signed-off-by: Samantha Coyle <[email protected]> * style: make linter happy Signed-off-by: Samantha Coyle <[email protected]> --------- Signed-off-by: Samantha Coyle <[email protected]>
1 parent 147f1c4 commit 22ed7b3

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)