Skip to content

Commit c317a26

Browse files
committed
Fix format of author email
1 parent 0af6f33 commit c317a26

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
long_description=long_description,
1414
long_description_content_type='text/markdown',
1515
url='https://github.com/HyperionGray/trio-chrome-devtools-protocol',
16-
author='Mark E. Haase <mehaase@gmail.com>',
16+
author='Mark E. Haase',
17+
author_email='mehaase@gmail.com',
1718
classifiers=[
1819
'Development Status :: 3 - Alpha',
1920
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)