blob: b90850f08f7b402ba508194de3681d630ae5c866 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/pyproject.toml b/pyproject.toml
index 60b8652..e65fa8a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -20,6 +20,7 @@ classifiers = [
"Topic :: System :: Hardware",
"Topic :: Home Automation"
]
+exclude = ["miio/**/tests/*"]
[tool.poetry.scripts]
mirobo = "miio.integrations.vacuum.roborock.vacuum_cli:cli"
|