We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96db19c commit d743201Copy full SHA for d743201
pyproject.toml
@@ -4,6 +4,6 @@ requires = [
4
"setuptools_scm[toml]>=6.3.1",
5
"wheel",
6
]
7
-build_backend = "setuptools.build_meta"
+build-backend = "setuptools.build_meta"
8
9
[tool.setuptools_scm]
setup.cfg
@@ -4,8 +4,7 @@ description = pytest marker for marking manual tests
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/RonnyPfannschmidt/pytest-manual-marker
-author = Martin Kourim
-author_email = mkourim@redhat.com
+author_email = Ronny Pfannschmidt <rpfannsc@redhat.com>, Martin Kourim <mkourim@redhat.com>
license = MIT
10
classifiers =
11
Development Status :: 3 - Alpha
0 commit comments