From af75072cff429e70baec789a870f3dcbac5bf180 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 30 Jan 2023 15:22:57 +0100 Subject: [PATCH] Add pretixplugin.toml --- pretixplugin.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pretixplugin.toml diff --git a/pretixplugin.toml b/pretixplugin.toml new file mode 100644 index 0000000..6f3853b --- /dev/null +++ b/pretixplugin.toml @@ -0,0 +1,10 @@ +# This file is used by the pretix team internally to coordinate releases of this plugin +[plugin] +package = "pretix-servicefees" +modules = [ "pretix_servicefees" ] +marketplace_name = "servicefees" +pypi = true +repository_servers = { origin = "github.com", gitlab = "code.rami.io" } +tag_targets = [ "origin", "gitlab" ] +branch_targets = [ "origin/master", "gitlab/master", "f:gitlab/pypi" ] +