Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 20, 2024
1 parent a11440a commit 2b50798
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ keywords = [
]
license = "mit"
authors = [
{ name = "Ronny Pfannschmidt", email= "[email protected]"},
{ name = "Martin Kourim", email="[email protected]" },
{ name = "Ronny Pfannschmidt", email = "[email protected]" },
{ name = "Martin Kourim", email = "[email protected]" },
]
requires-python = ">=3.7"
classifiers = [
Expand All @@ -42,15 +42,13 @@ dependencies = [
"pytest>=7",
"regendoc>=0.9",
]
[project.urls]
Homepage = "https://github.com/RonnyPfannschmidt/pytest-manual-marker"
[project.entry-points.pytest11]
manual_marker = "pytest_manual_marker"
urls.Homepage = "https://github.com/RonnyPfannschmidt/pytest-manual-marker"
entry-points.pytest11.manual_marker = "pytest_manual_marker"

[tool.hatch.version]
source = "vcs"

[tool.hatch.build.targets.sdist]
include = [
"/src",
"/src",
]

0 comments on commit 2b50798

Please sign in to comment.