From 1a6b4f0651955f1b0aa4d7c350b8b24d70828b76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Thu, 25 Jul 2024 11:53:39 +0200 Subject: [PATCH] pyproject: remove airzone-cloud package-data MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) 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"