1
0
Fork 0
mirror of https://github.com/Kunsi/pretalx-plugin-broadcast-tools synced 2024-04-29 14:47:18 +00:00

Merge pull request #15 from rixx/pyproject-toml

Fix pyproject.toml install
This commit is contained in:
Franzi 2023-09-30 13:21:38 +02:00 committed by GitHub
commit 5335e911b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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()