Skip to content

Commit 2607c98

Browse files
authored
Merge pull request #108 from w1718w/add-pytyped
Add py.typed file to support type checking. (PEP 561)
2 parents a454475 + ffcf5dc commit 2607c98

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)