mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-11-10 21:15:49 +00:00
Build wheels
This commit is contained in:
parent
d54087b7d0
commit
6f8c536cb8
1 changed files with 2 additions and 3 deletions
|
@ -24,9 +24,8 @@ dependencies = [
|
|||
pretalx_broadcast_tools = "pretalx_broadcast_tools:PretalxPluginMeta"
|
||||
|
||||
[build-system]
|
||||
requires = [
|
||||
"setuptools",
|
||||
]
|
||||
build-backend = "setuptools.build_meta"
|
||||
requires = ["setuptools", "wheel"]
|
||||
|
||||
[project.urls]
|
||||
homepage = "https://github.com/Kunsi/pretalx-plugin-broadcast-tools"
|
||||
|
|
Loading…
Reference in a new issue