From 38fef6547212442e9ad525265024f547cd22ba13 Mon Sep 17 00:00:00 2001 From: Jordan Yates Date: Wed, 13 Aug 2025 21:51:49 +1000 Subject: [PATCH] pyproject.toml: `v0.1.2` Fix `tools/localhost/index.html` not being included in the distributed package. Signed-off-by: Jordan Yates --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 498248d..11eca69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "infuse_iot" -version = "0.1.1" +version = "0.1.2" authors = [{name = "Embeint Holdings Pty Ltd", email = "support@embeint.com"}] description = "Infuse-IoT Platform python package" classifiers = [ @@ -54,3 +54,6 @@ include-package-data = true [tool.setuptools.packages.find] where = ["src"] namespaces = false + +[tool.setuptools.package-data] +infuse_iot =["tools/localhost/index.html"]