From acd47a910df411ed5c43c4c0eadb962505d5221e Mon Sep 17 00:00:00 2001 From: JensFalk Date: Sat, 6 Jun 2026 19:41:12 +0200 Subject: [PATCH] =?UTF-8?q?pyproject.toml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..69f0374 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,9 @@ +[project] +name = "nexterp_custom" +version = "0.0.1" +description = "Custom App für NEXTErp - WooCommerce ACF Sync" +readme = "README.md" +requires-python = ">=3.10" + +[project.entry-points."frappe.apps"] +nexterp_custom = "nexterp_custom" \ No newline at end of file