1
0
Fork 0
mirror of https://github.com/Kunsi/pretalx-plugin-broadcast-tools synced 2024-04-29 15:57:19 +00:00

Fix pyproject.toml install

This commit is contained in:
Tobias Kunze 2023-09-30 13:13:22 +02:00
parent 3063adcc73
commit 210a18f6b3
2 changed files with 0 additions and 8 deletions

View file

@ -23,13 +23,9 @@ dependencies = [
[project.entry-points."pretalx.plugin"]
pretalx_broadcast_tools = "pretalx_broadcast_tools:PretalxPluginMeta"
[project.entry-points."distutils.commands"]
build = "pretalx_plugin_build.build:CustomBuild"
[build-system]
requires = [
"setuptools",
"pretalx-plugin-build",
]
[project.urls]
@ -41,4 +37,3 @@ include-package-data = true
[tool.setuptools.packages.find]
include = ["pretalx*"]
namespaces = false

View file

@ -1,3 +0,0 @@
from setuptools import setup
setup()