We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594330d commit 6d4da22Copy full SHA for 6d4da22
py.typed
setup.py
@@ -2,4 +2,6 @@
2
3
from setuptools import setup
4
5
-setup()
+setup(
6
+ package_data={"plugwise": ["py.typed"]},
7
+)
0 commit comments