From 95cb3c1ea34d52505b6fd0ee40bed49c822b86a5 Mon Sep 17 00:00:00 2001 From: JensFalk Date: Sat, 6 Jun 2026 20:00:47 +0200 Subject: [PATCH] pyproject.toml aktualisiert --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 69f0374..4275c00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [project] -name = "nexterp_custom" +name = "erpnext_custom" version = "0.0.1" -description = "Custom App für NEXTErp - WooCommerce ACF Sync" +description = "Custom App für ERPNext - 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 +nexterp_custom = "erpnext_custom" \ No newline at end of file