mirror of
https://github.com/pretix/pretix-servicefees.git
synced 2024-11-14 19:14:19 +01:00
11 lines
389 B
TOML
11 lines
389 B
TOML
|
# 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" ]
|
||
|
|