Skip to content

Commit d743201

Browse files
fix metadata
1 parent 96db19c commit d743201

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ requires = [
44
"setuptools_scm[toml]>=6.3.1",
55
"wheel",
66
]
7-
build_backend = "setuptools.build_meta"
7+
build-backend = "setuptools.build_meta"
88

99
[tool.setuptools_scm]

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ description = pytest marker for marking manual tests
44
long_description = file: README.md
55
long_description_content_type = text/markdown
66
url = https://github.com/RonnyPfannschmidt/pytest-manual-marker
7-
author = Martin Kourim
8-
author_email = mkourim@redhat.com
7+
author_email = Ronny Pfannschmidt <rpfannsc@redhat.com>, Martin Kourim <mkourim@redhat.com>
98
license = MIT
109
classifiers =
1110
Development Status :: 3 - Alpha

0 commit comments

Comments
 (0)