From a44f2d3baa20eb9b3cf1d013380ab8b3b44bd912 Mon Sep 17 00:00:00 2001
From: Felix Strick <felix.strick@udo.edu>
Date: Sun, 6 Aug 2023 11:27:50 +0200
Subject: [PATCH] add pretixplugin.toml

---
 pretixplugin.toml | 4 ++++
 setup.cfg         | 1 +
 2 files changed, 5 insertions(+)
 create mode 100644 pretixplugin.toml

diff --git a/pretixplugin.toml b/pretixplugin.toml
new file mode 100644
index 0000000..9100e1f
--- /dev/null
+++ b/pretixplugin.toml
@@ -0,0 +1,4 @@
+[plugin]
+package = "pretix-keycloak-create-user"
+modules = [ "pretix_keycloak_create_user" ]
+marketplace_name = "keycloak-create-user"
diff --git a/setup.cfg b/setup.cfg
index 629175e..2346f6d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -36,6 +36,7 @@ exclude_lines =
 ignore =
     .update-locales.sh
     .install-hooks.sh
+    pretixplugin.toml
     Makefile
     manage.py
     tests/*
-- 
GitLab