pyproject.toml hinzugefügt

This commit is contained in:
2026-06-06 19:41:12 +02:00
parent f34f79614f
commit acd47a910d
+9
View File
@@ -0,0 +1,9 @@
[project]
name = "nexterp_custom"
version = "0.0.1"
description = "Custom App für NEXTErp - WooCommerce ACF Sync"
readme = "README.md"
requires-python = ">=3.10"
[project.entry-points."frappe.apps"]
nexterp_custom = "nexterp_custom"