Skip to content

Commit 077a3f2

Browse files
committed
setup.py: fix author email address
Fix my email address as it was incorrect previously.
1 parent 17bb5db commit 077a3f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
url="https://www.github.com/csernazs/pytest-httpserver",
1212
packages=find_packages(),
1313
author="Zsolt Cserna",
14-
author_email="zsolt.cserna@gmail.com",
14+
author_email="cserna.zsolt@gmail.com",
1515
description="pytest-httpserver is a httpserver for pytest",
1616
entry_points={"pytest11": ["pytest_httpserver = pytest_httpserver.pytest_plugin"]},
1717
long_description=DESCRIPTION,

0 commit comments

Comments
 (0)