mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-11-01 04:15:50 +00:00
Fix pyproject.toml install
This commit is contained in:
parent
3063adcc73
commit
210a18f6b3
2 changed files with 0 additions and 8 deletions
|
@ -23,13 +23,9 @@ dependencies = [
|
||||||
[project.entry-points."pretalx.plugin"]
|
[project.entry-points."pretalx.plugin"]
|
||||||
pretalx_broadcast_tools = "pretalx_broadcast_tools:PretalxPluginMeta"
|
pretalx_broadcast_tools = "pretalx_broadcast_tools:PretalxPluginMeta"
|
||||||
|
|
||||||
[project.entry-points."distutils.commands"]
|
|
||||||
build = "pretalx_plugin_build.build:CustomBuild"
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = [
|
requires = [
|
||||||
"setuptools",
|
"setuptools",
|
||||||
"pretalx-plugin-build",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
@ -41,4 +37,3 @@ include-package-data = true
|
||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
include = ["pretalx*"]
|
include = ["pretalx*"]
|
||||||
namespaces = false
|
|
||||||
|
|
3
setup.py
3
setup.py
|
@ -1,3 +0,0 @@
|
||||||
from setuptools import setup
|
|
||||||
|
|
||||||
setup()
|
|
Loading…
Reference in a new issue