From d61023fdda9f8fc2016ec3e8f0daf4037fc8bf05 Mon Sep 17 00:00:00 2001 From: suvrobaner Date: Mon, 24 Nov 2025 20:44:23 +0530 Subject: [PATCH] changed the .toml file --- platform/engine/pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/platform/engine/pyproject.toml b/platform/engine/pyproject.toml index e6d23f9..5467316 100644 --- a/platform/engine/pyproject.toml +++ b/platform/engine/pyproject.toml @@ -15,4 +15,8 @@ canvas = "main:app" [build-system] requires = ["setuptools>=61.0"] -build-backend = "setuptools.build_meta" \ No newline at end of file +build-backend = "setuptools.build_meta" + +# We must explicitly tell setuptools to include the 'main.py' file as a module +[tool.setuptools] +py-modules = ["main"] \ No newline at end of file