This commit is contained in:
Jens Falk
2026-06-06 20:28:54 +02:00
parent 8c83ad2823
commit 18555bf5bb
4 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
app_name = "nexterp_custom"
app_name = "erpnext_custom"
app_title = "NEXTErp Custom"
app_publisher = "Jens Falk"
app_description = "Custom Extensions für NEXTErp (WooCommerce ACF Sync)"
app_description = "Custom Extensions für NEXTErp - WooCommerce ACF Sync"
app_email = "jens@falk.plus"
app_license = "MIT"
View File
View File
+2 -2
View File
@@ -1,9 +1,9 @@
[project]
name = "erpnext_custom"
version = "0.0.1"
description = "Custom App für ERPNext - WooCommerce ACF Sync"
description = "Custom App für NEXTErp"
readme = "README.md"
requires-python = ">=3.10"
[project.entry-points."frappe.apps"]
nexterp_custom = "erpnext_custom"
erpnext_custom = "erpnext_custom"