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