pyproject.toml aktualisiert

This commit is contained in:
2026-06-06 20:00:47 +02:00
parent 3788ab884c
commit 95cb3c1ea3
+3 -3
View File
@@ -1,9 +1,9 @@
[project] [project]
name = "nexterp_custom" name = "erpnext_custom"
version = "0.0.1" 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" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"
[project.entry-points."frappe.apps"] [project.entry-points."frappe.apps"]
nexterp_custom = "nexterp_custom" nexterp_custom = "erpnext_custom"