diff --git a/pretixplugin.toml b/pretixplugin.toml
new file mode 100644
index 0000000000000000000000000000000000000000..9100e1fb30328fd5e83bf2dc4feacdbe74406b9b
--- /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 629175e020da1eb1f71cd2be94c0ff7e17344c71..2346f6d8f9a972b2cc2a630eb2f9f7d7d2e2aa8a 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/*