We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17bb5db commit 077a3f2Copy full SHA for 077a3f2
1 file changed
setup.py
@@ -11,7 +11,7 @@
11
url="https://www.github.com/csernazs/pytest-httpserver",
12
packages=find_packages(),
13
author="Zsolt Cserna",
14
- author_email="zsolt.cserna@gmail.com",
+ author_email="cserna.zsolt@gmail.com",
15
description="pytest-httpserver is a httpserver for pytest",
16
entry_points={"pytest11": ["pytest_httpserver = pytest_httpserver.pytest_plugin"]},
17
long_description=DESCRIPTION,
0 commit comments