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 Oct 28, 2024
1 parent 61d9d66 commit d0eaf17
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 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= "rpfannsc@redhat.com"},
{ name = "Martin Kourim", email="mkourim@redhat.com" },
{ name = "Ronny Pfannschmidt", email = "rpfannsc@redhat.com" },
{ name = "Martin Kourim", email = "mkourim@redhat.com" },
]
requires-python = ">=3.7"
classifiers = [
Expand All @@ -33,6 +33,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Software Development :: Testing",
]
dynamic = [
Expand All @@ -42,15 +43,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 d0eaf17

Please sign in to comment.