Skip to content

Commit 6d4da22

Browse files
committed
Add py.typed, update config
1 parent 594330d commit 6d4da22

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

py.typed

Whitespace-only changes.

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
from setuptools import setup
44

5-
setup()
5+
setup(
6+
package_data={"plugwise": ["py.typed"]},
7+
)

0 commit comments

Comments
 (0)