...
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
app_name = "nexterp_custom"
|
app_name = "erpnext_custom"
|
||||||
app_title = "NEXTErp Custom"
|
app_title = "NEXTErp Custom"
|
||||||
app_publisher = "Jens Falk"
|
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_email = "jens@falk.plus"
|
||||||
app_license = "MIT"
|
app_license = "MIT"
|
||||||
+2
-2
@@ -1,9 +1,9 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "erpnext_custom"
|
name = "erpnext_custom"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
description = "Custom App für ERPNext - WooCommerce ACF Sync"
|
description = "Custom App für NEXTErp"
|
||||||
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 = "erpnext_custom"
|
erpnext_custom = "erpnext_custom"
|
||||||
Reference in New Issue
Block a user