Skip to content

Commit fa5089e

Browse files
committed
pyproject corrections
1 parent 1bc3912 commit fa5089e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ include-package-data = true
4343
"plugwise" = ["py.typed"]
4444

4545
[tool.setuptools.packages.find]
46-
include = ["plugwise*"]
46+
include = ["plugwise_usb*"]
4747

4848
[tool.black]
4949
target-version = ["py313"]
@@ -208,7 +208,7 @@ warn_unreachable = true
208208
exclude = []
209209

210210
[tool.coverage.run]
211-
source = [ "plugwise" ]
211+
source = [ "plugwise_usb" ]
212212
omit= [
213213
"*/venv/*",
214214
]

0 commit comments

Comments
 (0)