diff --git a/pyproject.toml b/pyproject.toml index d963095..63384c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,9 +86,6 @@ platforms = ["any"] zip-safe = false include-package-data = true -[tool.setuptools.package-data] -"aioairzone_cloud" = ["py.typed"] - [build-system] requires = ["setuptools>=43.0.0", "wheel"] build-backend = "setuptools.build_meta"