Skip to content

Commit

Permalink
dynamic readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Feb 22, 2024
1 parent 26e4972 commit cf5e0de
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
build-backend = "setuptools.build_meta"
requires = [
"setuptools >= 40.0",
"setuptools>=40",
]

[tool.check-manifest]
Expand All @@ -11,7 +11,9 @@ ignore = [".pre-commit-config.yaml"]
name = "pytest-rerunfailures"
version = "13.1.dev0"
description = "pytest plugin to re-run tests to eliminate flaky failures"
readme = "README.rst"
dynamic = [
"readme",
]
keywords = [
"failures",
"flaky",
Expand Down Expand Up @@ -47,9 +49,12 @@ dependencies = [
"pytest>=7",
]
urls = {Homepage = "https://github.com/pytest-dev/pytest-rerunfailures"}

[tool.setuptools.dynamic]
readme = {file = ["HEADER.rst", "README.rst", "CHANGES.rst"], format = "rst"}

[project.entry-points.pytest11]
rerunfailures = "pytest_rerunfailures"

[tool.ruff]
fix = true
lint.select = [
Expand Down

0 comments on commit cf5e0de

Please sign in to comment.