Skip to content

Commit ffcf5dc

Browse files
committed
Add py.typed file and update setup.cfg to support type checking. (PEP 561)
1 parent a454475 commit ffcf5dc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ typing =
7373
examples =
7474
matplotlib
7575

76+
[options.package_data]
77+
ptwt = py.typed
78+
7679
##########################
7780
# Darglint Configuration #
7881
##########################

src/ptwt/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)