mirror of
https://github.com/pretix/pretix-servicefees.git
synced 2024-11-23 14:40:21 +01:00
Add pretixplugin.toml
This commit is contained in:
parent
6c8319c893
commit
af75072cff
1 changed files with 10 additions and 0 deletions
10
pretixplugin.toml
Normal file
10
pretixplugin.toml
Normal file
|
@ -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" ]
|
||||||
|
|
Loading…
Reference in a new issue