feat: Initial commit

This commit is contained in:
Vincent Mahnke 2025-11-10 11:30:30 +01:00
commit cfa40c6918
Signed by: ViMaSter
GPG key ID: 6D787326BA7D6469
24 changed files with 669 additions and 0 deletions

10
pretixplugin.toml Normal file
View file

@ -0,0 +1,10 @@
# This file is used by the pretix team internally to coordinate releases of this plugin
[plugin]
package = "pretix-congressschedule"
modules = [ "pretix_congressschedule" ]
marketplace_name = "congressschedule"
pypi = true
repository_servers = { origin = "github.com", gitlab = "code.rami.io" }
tag_targets = [ "origin", "gitlab" ]
branch_targets = [ "origin/master", "gitlab/master", "f:gitlab/pypi" ]