9 lines
234 B
TOML
9 lines
234 B
TOML
[project]
|
|
name = "erpnext_custom"
|
|
version = "0.0.1"
|
|
description = "Custom App für ERPNext - WooCommerce ACF Sync"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
|
|
[project.entry-points."frappe.apps"]
|
|
nexterp_custom = "erpnext_custom" |