We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc3912 commit fa5089eCopy full SHA for fa5089e
1 file changed
pyproject.toml
@@ -43,7 +43,7 @@ include-package-data = true
43
"plugwise" = ["py.typed"]
44
45
[tool.setuptools.packages.find]
46
-include = ["plugwise*"]
+include = ["plugwise_usb*"]
47
48
[tool.black]
49
target-version = ["py313"]
@@ -208,7 +208,7 @@ warn_unreachable = true
208
exclude = []
209
210
[tool.coverage.run]
211
-source = [ "plugwise" ]
+source = [ "plugwise_usb" ]
212
omit= [
213
"*/venv/*",
214
]
0 commit comments