2026-06-06 19:41:12 +02:00
|
|
|
[project]
|
2026-06-06 20:00:47 +02:00
|
|
|
name = "erpnext_custom"
|
2026-06-06 19:41:12 +02:00
|
|
|
version = "0.0.1"
|
2026-06-06 20:46:13 +02:00
|
|
|
description = "Custom App für NEXTErp - WooCommerce ACF Sync"
|
2026-06-06 19:41:12 +02:00
|
|
|
readme = "README.md"
|
|
|
|
|
requires-python = ">=3.10"
|
|
|
|
|
|
|
|
|
|
[project.entry-points."frappe.apps"]
|
2026-06-06 20:28:54 +02:00
|
|
|
erpnext_custom = "erpnext_custom"
|