diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..69f0374 --- /dev/null +++ b/pyproject.toml @@ -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" \ No newline at end of file