Files
erpnext_custom/pyproject.toml
T

9 lines
211 B
TOML
Raw Normal View History

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:28:54 +02:00
description = "Custom App für NEXTErp"
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"