Skip to content

Commit

Permalink
Do we need pretalx as build dependency?
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed Nov 2, 2023
1 parent d6b5010 commit 4c85ff1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ maintainers = [

dependencies = []

[project.urls]
homepage = "https://github.com/pretalx/pretalx-pages"
repository = "https://github.com/pretalx/pretalx-pages.git"

[project.entry-points."pretalx.plugin"]
pretalx_pages = "pretalx_pages:PretalxPluginMeta"

[build-system]
build-backend = "setuptools.build_meta"
requires = ["setuptools", "wheel", "pretalx"]

[project.urls]
homepage = "https://github.com/pretalx/pretalx-pages"
repository = "https://github.com/pretalx/pretalx-pages.git"
requires = ["setuptools", "wheel"]

[tool.setuptools]
include-package-data = true
Expand Down

0 comments on commit 4c85ff1

Please sign in to comment.