Skip to content

Commit b289c9e

Browse files
author
Tyler Goodlet
committed
Fix email format for new PYPI
1 parent b0b17a1 commit b289c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def main():
3939
license='MIT license',
4040
platforms=['unix', 'linux', 'osx', 'win32'],
4141
author='Holger Krekel',
42-
author_email='holger at merlinux.eu',
42+
author_email='holger@merlinux.eu',
4343
url='https://github.com/pytest-dev/pluggy',
4444
classifiers=classifiers,
4545
packages=['pluggy'],

0 commit comments

Comments
 (0)