Skip to content

Commit

Permalink
Migrate to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed Nov 2, 2023
1 parent 3bebdc4 commit efe77c8
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 42 deletions.
37 changes: 37 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[project]
name = "pretalx-pages"
version = "1.1.3"
description = "Static pages for pretalx, e.g. information, venue listings, a Code of Conduct, etc."
readme = "README.rst"
license = {text = "Apache Software License"}
keywords = ["pretalx"]
authors = [
{name = "Tobias Kunze", email = "r@rixx.de"},
]
maintainers = [
{name = "Tobias Kunze", email = "r@rixx.de"},
]

dependencies = []

[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"

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

[tool.setuptools.packages.find]
include = ["pretalx*"]

[tool.check-manifest]
ignore = [
".*",
]
42 changes: 0 additions & 42 deletions setup.py

This file was deleted.

0 comments on commit efe77c8

Please sign in to comment.